feat(skanna): notis om att foto kostar en skanning (streckkod gratis)

Behaller maltidsfoto men informerar: 'Varje foto raknas som en skanning av din
kvot. Streckkod ar alltid gratis.' visas pa Skanna-skarmen under kvot-raden.
Ny i18n-nyckel scan.costNote x 12 sprak. Verifierat: mobil-typecheck gront.
This commit is contained in:
Claude
2026-08-20 16:48:54 +00:00
parent 34b5ca2f9d
commit ac87bd8d77
13 changed files with 13 additions and 0 deletions
+1
View File
@@ -195,6 +195,7 @@ export default function ScanScreen() {
<Title>{t("scan.title")}</Title>
<Small>{t("scan.subtitle")}</Small>
{quota != null && <Small>{t("scan.quotaLeft", { count: Math.max(0, quota) })}</Small>}
<Small>{t("scan.costNote")}</Small>
<Spacer size={spacing.sm} />
{busyType && <LoadingView />}