From fb370a484d48c199a389660b0609cbb345055a9e Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Wed, 18 Sep 2024 19:55:42 +0800 Subject: [PATCH] :bug: Fix english localization update message placeholder issue --- assets/locales/en_us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/locales/en_us.json b/assets/locales/en_us.json index 4414ba5..3bc035d 100644 --- a/assets/locales/en_us.json +++ b/assets/locales/en_us.json @@ -428,7 +428,7 @@ "preferencesApplied": "Preferences has been applied.", "save": "Save", "updateAvailable": "Update available", - "updateAvailableDesc": "There is an update available (@version). Do you want to download and install it now? You can still use the app normally while waiting for the download to complete.", + "updateAvailableDesc": "There is an update available (@from to @to). Do you want to download and install it now? You can still use the app normally while waiting for the download to complete.", "update": "Update", "updateCheckStrictly": "Strict mode", "updateCheckStrictlyDesc": "If enabled, the app will ask for updating once the local version is different from remote one.",