From 2f4976e505ecd91c54d089996976bc761295be44 Mon Sep 17 00:00:00 2001 From: Maciej-Mudita Date: Thu, 15 Dec 2022 10:01:47 +0100 Subject: [PATCH] [MOS-159] Fix broken text on the PIN input screen On the PIN entry screen, the text displayed in Spanish was truncated. --- image/assets/lang/Espanol.json | 2 +- pure_changelog.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/image/assets/lang/Espanol.json b/image/assets/lang/Espanol.json index f81bf88f338e7c2c85409dc7982d66a8cbdff0b4..c92746f417b7927f11c86a2735170bf6d05738fc 100644 --- a/image/assets/lang/Espanol.json +++ b/image/assets/lang/Espanol.json @@ -256,7 +256,7 @@ "app_desktop_info_mmi_result_success": "Correcto", "app_desktop_info_mmi_result_failed": "Error", "sim_header_setup": "Configuración de $SIM", - "sim_enter_pin_unlock": "Introduce el código PIN para configurar

la tarjeta $PINTYPE:
", + "sim_enter_pin_unlock": "Introduce el código PIN

para configurar la tarjeta $PINTYPE:
", "sim_enter_enter_current": "Introduce el código PIN actual:", "sim_change_pin": "Cambiar código PIN", "sim_enter_new_pin": "Introduce el nuevo código PIN:", diff --git a/pure_changelog.md b/pure_changelog.md index ea9724e61ad627564458bf60d99463909f8cd5d5..3f371b724be694f655a2d436d6eb7a97a04c2cb4 100644 --- a/pure_changelog.md +++ b/pure_changelog.md @@ -45,7 +45,8 @@ * Fixed displayed device name when connected to Windows * Fixed redundant modem polling for call states * Fixed selecting SIM during onboarding -* Fixed broken text on SIM selection screen during onboarding +* Fixed broken text in French and German on SIM selection screen during onboarding +* Fixed broken text in Spanish on the PIN input screen ### Added * Added a popup for changing the SIM card