Skip to content

Commit 0ff2ec8

Browse files
authored
Fix italian strings (#1758)
1 parent dbec7c0 commit 0ff2ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auth/src/main/res/values-it/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<string name="fui_sign_in_default">Accedi</string>
44
<string name="fui_cancel">Annulla</string>
55
<string name="fui_continue">Continua</string>
6-
<string name="fui_tos_and_pp">Se continui, accetti le nostre %1$s e i nostri %2$s.</string>
6+
<string name="fui_tos_and_pp">Se continui, accetti i nostri %1$s e le nostre %2$s.</string>
77
<string name="fui_tos_and_pp_footer">%1$s \u00A0 \u00A0 %2$s</string>
88
<string name="fui_no_internet" translation_descripition="User message shown when sign-in is attempted while offline.">Errore di rete. Controlla la connessione a Internet.</string>
99
<string name="fui_idp_name_google">Google</string>
@@ -92,5 +92,5 @@
9292
<string name="fui_resend_code">Invia di nuovo il codice</string>
9393
<string name="fui_verify_phone_number">Verifica numero di telefono</string>
9494
<string name="fui_sms_terms_of_service">Se tocchi “%1$s”, è possibile che venga inviato un SMS. Potrebbero essere applicate le tariffe per l\'invio dei messaggi e per il traffico dati.</string>
95-
<string name="fui_sms_terms_of_service_and_privacy_policy_extended">Se tocchi “%1$s”, accetti le nostre %2$s e i nostri %3$s. È possibile che venga inviato un SMS. Potrebbero essere applicate le tariffe per l\'invio dei messaggi e per il traffico dati.</string>
95+
<string name="fui_sms_terms_of_service_and_privacy_policy_extended">Se tocchi “%1$s”, accetti i nostri %2$s e le nostre %3$s. È possibile che venga inviato un SMS. Potrebbero essere applicate le tariffe per l\'invio dei messaggi e per il traffico dati.</string>
9696
</resources>

0 commit comments

Comments
 (0)