From 781a6761dda40b67b7f0599566363d7a45bea3a6 Mon Sep 17 00:00:00 2001 From: M123-dev Date: Sat, 15 Jan 2022 16:52:26 +0100 Subject: [PATCH] Fix: Wrong item in settings subtitle String --- packages/smooth_app/lib/l10n/app_en.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/smooth_app/lib/l10n/app_en.arb b/packages/smooth_app/lib/l10n/app_en.arb index 745403d27a2..1f896b56318 100644 --- a/packages/smooth_app/lib/l10n/app_en.arb +++ b/packages/smooth_app/lib/l10n/app_en.arb @@ -246,7 +246,7 @@ "myPreferences_profile_title": "Your Profile", "myPreferences_profile_subtitle": "Set app settings and find out advices.", "myPreferences_settings_title": "App Settings", - "myPreferences_settings_subtitle": "Dark mode, country, color, ...", + "myPreferences_settings_subtitle": "Dark mode, Theme, ...", "myPreferences_food_title": "Food Preferences", "myPreferences_food_subtitle": "Choose what information about food matters most to you.", "confirmResetPreferences": "Reset your food preferences?",