diff --git a/www/i18n/locale-en-GB.json b/www/i18n/locale-en-GB.json
index b16041c6b3bf5287850819ba4b3a396a618a41c1..1fb48ee093d7329784ac6cd9ea30b9b3c9160d52 100644
--- a/www/i18n/locale-en-GB.json
+++ b/www/i18n/locale-en-GB.json
@@ -838,7 +838,7 @@
         "PARAM_CANCEL_URL_HELP": "URL in case of cancellation.  Can contain the following strings, which will be replaced: \"{comment}\", \"{amount}\" and \"{pubkey}\".",
         "EXAMPLES_HELP": "Examples of integration:",
         "EXAMPLE_BUTTON": "HTML Button",
-        "EXAMPLE_BUTTON_DEFAULT_TEXT": "Pay in {{currency|currencySymbol}}",
+        "EXAMPLE_BUTTON_DEFAULT_TEXT": "Pay in {{currency|abbreviate}}",
         "EXAMPLE_BUTTON_DEFAULT_STYLE": "Custom style",
         "EXAMPLE_BUTTON_TEXT_HELP": "Button text",
         "EXAMPLE_BUTTON_BG_COLOR": "Background color",
diff --git a/www/i18n/locale-en.json b/www/i18n/locale-en.json
index c585e88f04039e32d200e8672bbf8462de1751ef..7705e49dbe97cd09ddc6ec0c19b508d1a29a5985 100644
--- a/www/i18n/locale-en.json
+++ b/www/i18n/locale-en.json
@@ -838,7 +838,7 @@
         "PARAM_CANCEL_URL_HELP": "URL in case of cancellation.  Can contain the following strings, which will be replaced: \"{comment}\", \"{amount}\" and \"{pubkey}\".",
         "EXAMPLES_HELP": "Examples of integration:",
         "EXAMPLE_BUTTON": "HTML Button",
-        "EXAMPLE_BUTTON_DEFAULT_TEXT": "Pay in {{currency|currencySymbol}}",
+        "EXAMPLE_BUTTON_DEFAULT_TEXT": "Pay in {{currency|abbreviate}}",
         "EXAMPLE_BUTTON_DEFAULT_STYLE": "Custom style",
         "EXAMPLE_BUTTON_TEXT_HELP": "Button text",
         "EXAMPLE_BUTTON_BG_COLOR": "Background color",