Skip to content
Snippets Groups Projects
Commit 7b266276 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] better to use abbreviate in some i18n message

parent 500a87d4
No related branches found
No related tags found
No related merge requests found
...@@ -838,7 +838,7 @@ ...@@ -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}\".", "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:", "EXAMPLES_HELP": "Examples of integration:",
"EXAMPLE_BUTTON": "HTML Button", "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_DEFAULT_STYLE": "Custom style",
"EXAMPLE_BUTTON_TEXT_HELP": "Button text", "EXAMPLE_BUTTON_TEXT_HELP": "Button text",
"EXAMPLE_BUTTON_BG_COLOR": "Background color", "EXAMPLE_BUTTON_BG_COLOR": "Background color",
......
...@@ -838,7 +838,7 @@ ...@@ -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}\".", "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:", "EXAMPLES_HELP": "Examples of integration:",
"EXAMPLE_BUTTON": "HTML Button", "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_DEFAULT_STYLE": "Custom style",
"EXAMPLE_BUTTON_TEXT_HELP": "Button text", "EXAMPLE_BUTTON_TEXT_HELP": "Button text",
"EXAMPLE_BUTTON_BG_COLOR": "Background color", "EXAMPLE_BUTTON_BG_COLOR": "Background color",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment