From 8e796e013a6ce48e52ac16166f9b30a487eb3e9a Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 20 Nov 2024 19:28:14 +0100 Subject: [PATCH] Change "Find my value" to "Find my ISO Code" for the currency field (#22917) Under Settings > System > General the user can set the currency for the system. To enter the correct ISO code there is a link to the respective Wikipedia page. The link is currently labeled "Find my value" which makes no real sense. --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 554cb931a1..62dca86620 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2449,7 +2449,7 @@ "unit_system_metric": "Metric", "us_customary_example": "Fahrenheit, pounds", "metric_example": "Celsius, kilograms", - "find_currency_value": "Find my value", + "find_currency_value": "Find my ISO code", "save_button": "Save", "currency": "Currency", "edit_location": "Edit location",