1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-17 22:28:46 +01:00

[ticket/10824] Use tilde for lang string concatenation

PHPBB3-10824
This commit is contained in:
Marc Alexander 2020-11-11 22:10:37 +01:00
parent 66178b26e9
commit 0f614d91f9
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -25,11 +25,11 @@
<dd><strong>{LANG_ISO}</strong></dd>
</dl>
<dl>
<dt><label>{{ lang('PHPBB_VERSION') }}{{ lang('COLON') }}</label></dt>
<dt><label>{{ lang('PHPBB_VERSION') ~ lang('COLON') }}</label></dt>
<dd><strong>{{ LANG_PHPBB_VERSION }}</strong></dd>
</dl>
<dl>
<dt><label>{{ lang('LANG_VERSION') }}{{ lang('COLON') }}</label></dt>
<dt><label>{{ lang('LANG_VERSION') ~ lang('COLON') }}</label></dt>
<dd><strong>{{ LANG_VERSION }}</strong></dd>
</dl>
<dl>