From bbdc20b2ebf31e75f63d9cff06e6aa54d30eddf6 Mon Sep 17 00:00:00 2001 From: Matteo Crippa Date: Mon, 18 Nov 2024 14:32:12 +0100 Subject: [PATCH] Fix missing translations in english for Operazione successful! (#6394) ## Short description Fixes the incorrect toast message displayed when archiving a message on the Home page. Previously, users would see a mixed-language message: "Operazione successful!" ## List of changes proposed in this pull request - [x] Updated the archive success message to show "Operation successful" instead of "Operazione successful!" - [x] Applied linting to the translation file ## How to test 1. Set the device language to English. 2. Run the production app. 3. On the Home page, attempt to archive a message. 4. Verify that the toast message displays "Operation successful" in English only. Co-authored-by: Matteo Crippa Co-authored-by: Damiano Plebani Co-authored-by: Emanuele Dall'Ara <71103219+LeleDallas@users.noreply.github.com> --- locales/en/index.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en/index.yml b/locales/en/index.yml index 2dae65db0b1..2cbd4687318 100644 --- a/locales/en/index.yml +++ b/locales/en/index.yml @@ -1972,7 +1972,7 @@ wallet: INSUFFICIENT_AVAILABILITY_ERROR: title: Il saldo è insufficiente subtitle: Non è stato addebitato alcun importo. Prima di riprovare, aggiungi fondi alla carta o usa un altro metodo di pagamento. - CVV_ERROR: + CVV_ERROR: title: Il codice di sicurezza inserito è errato subtitle: Non è stato addebitato alcun importo. Il codice (CVV o CVC) ha 3 cifre ed è riportato sul retro della carta. Se usi American Express, il codice (CID) ha 4 cifre ed è sul fronte. PLAFOND_LIMIT_ERROR: @@ -2089,7 +2089,7 @@ messages: failure: "Failed to archive" generic: failure: "Operation failed" - success: "Operazione successful!" + success: "Operation successful!" restore: success: "Successfully unarchived." failure: "Failed to unarchive"