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:
@@ -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 />}
|
||||
|
||||
Reference in New Issue
Block a user