diff --git a/lib/dashboard/user_pin/view/user_pin_page.dart b/lib/dashboard/user_pin/view/user_pin_page.dart index 3ef9341ae..ccb545b8b 100644 --- a/lib/dashboard/user_pin/view/user_pin_page.dart +++ b/lib/dashboard/user_pin/view/user_pin_page.dart @@ -111,7 +111,7 @@ class _UserPinViewState extends State { children: [ const SizedBox(height: Sizes.space2XLarge), Text( - "Please insert your pin.????", + l10n.pleaseInsertThePinCode, textAlign: TextAlign.center, style: Theme.of(context).textTheme.titleLarge, ), diff --git a/lib/l10n/arb/app_en.arb b/lib/l10n/arb/app_en.arb index cf5c42ce8..c7c6c80b5 100644 --- a/lib/l10n/arb/app_en.arb +++ b/lib/l10n/arb/app_en.arb @@ -930,5 +930,6 @@ "oidc4vcProfile": "OIDC4VC Profile", "pleaseSwitchToCorrectOIDC4VCProfile": "Please switch to correct OIDC4VC profile.", "authenticationSuccess": "Authentication Success", - "format": "Format" + "format": "Format", + "pleaseInsertThePinCode": "Please insert the pincode." } \ No newline at end of file diff --git a/lib/l10n/untranslated.json b/lib/l10n/untranslated.json index a4deba24b..b78e6a676 100644 --- a/lib/l10n/untranslated.json +++ b/lib/l10n/untranslated.json @@ -842,7 +842,8 @@ "oidc4vcProfile", "pleaseSwitchToCorrectOIDC4VCProfile", "authenticationSuccess", - "format" + "format", + "pleaseInsertThePinCode" ], "es": [ @@ -1688,7 +1689,8 @@ "oidc4vcProfile", "pleaseSwitchToCorrectOIDC4VCProfile", "authenticationSuccess", - "format" + "format", + "pleaseInsertThePinCode" ], "fr": [ @@ -1837,7 +1839,8 @@ "oidc4vcProfile", "pleaseSwitchToCorrectOIDC4VCProfile", "authenticationSuccess", - "format" + "format", + "pleaseInsertThePinCode" ], "it": [ @@ -2683,6 +2686,7 @@ "oidc4vcProfile", "pleaseSwitchToCorrectOIDC4VCProfile", "authenticationSuccess", - "format" + "format", + "pleaseInsertThePinCode" ] }