Skip to content

Commit 41d03dd

Browse files
committed
Language: Fix typo in use of term "Your registration on" in registration e-mails - refs #7174
1 parent 777bb31 commit 41d03dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{% set user_locale = locale is defined ? locale : 'en' %}
22
{% trans_default_domain 'messages' %}
33

4-
{{ '['~ 'platform.site_name' | api_get_setting ~ '] ' ~ 'Your registration on %s'|trans({'%s', 'platform.site_name' | api_get_setting}, 'messages', user_locale) }}
4+
{{ '['~ 'platform.site_name' | api_get_setting ~ '] ' ~ 'Your registration on %s'|trans({'%s': 'platform.site_name' | api_get_setting }, 'messages', user_locale) }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{% set user_locale = locale is defined ? locale : 'en' %}
22
{% trans_default_domain 'messages' %}
3-
[ {{ 'platform.site_name' | api_get_setting }} ] {{ 'Your registration on %s'|trans({'%s', 'platform.site_name' | api_get_setting}, 'messages', user_locale) }}
3+
[ {{ 'platform.site_name' | api_get_setting }} ] {{ 'Your registration on %s'|trans({'%s': 'platform.site_name' | api_get_setting}, 'messages', user_locale) }}

0 commit comments

Comments
 (0)