From 637d043c190d202e0d9f3781f8bec9d69b42caeb Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Thu, 26 Feb 2026 20:38:47 +0100 Subject: [PATCH] feat(settings): update notifications texts to match reality --- i18n/locales/en.json | 4 ++-- i18n/locales/fr.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/i18n/locales/en.json b/i18n/locales/en.json index 9468143..cfb578c 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -83,7 +83,7 @@ "description": "Change system settings here. Select\nthe settings you'd like to change.", "options": { "title": "Options", - "description": "Change other settings.", + "description": "Change rendering mode,\nlanguage, and play 2048.", "renderingMode": { "title": "Rendering", "description": "Change the app rendering mode\nbetween 2D and 3D.", @@ -138,7 +138,7 @@ }, "user": { "title": "User", - "description": "Enter user information.", + "description": "Change color, view my birthday\nand name, and play Snake.", "color": { "title": "Color", "description": "Select your favorite color.", diff --git a/i18n/locales/fr.json b/i18n/locales/fr.json index 034f6d1..64e9258 100644 --- a/i18n/locales/fr.json +++ b/i18n/locales/fr.json @@ -83,7 +83,7 @@ "description": "Changer les paramètres. Choisissez\nle paramètre à modifier.", "options": { "title": "Options", - "description": "Changer d'autres paramètres.", + "description": "Changer le mode de rendu,\nla langue, et jouer au 2048.", "renderingMode": { "title": "Rendu", "description": "Changer le mode de rendu\nentre 2D et 3D.", @@ -138,7 +138,7 @@ }, "user": { "title": "Utilisateur", - "description": "Saisir les informations utilisateur.", + "description": "Changer la couleur, voir mon nom et\nmon anniversaire, et jouer à Snake.", "color": { "title": "Couleur", "description": "Sélectionnez votre\ncouleur favorite.",