mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/10824] Use tilde for lang string concatenation
PHPBB3-10824
This commit is contained in:
parent
66178b26e9
commit
0f614d91f9
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue