Commit c9d0b0c8 authored by wortschi's avatar wortschi

Externalize strings for translation user's chat settings

Changelog: changed
parent 946e0078
......@@ -9,7 +9,8 @@
= _('You can see your chat accounts.')
.col-lg-8
%h5.gl-mt-0 Active chat names (#{@chat_names.size})
%h5.gl-mt-0
= sprintf(_('Active chat names (%{count})'), { count: @chat_names.size })
- if @chat_names.present?
.table-responsive
......
......@@ -1952,6 +1952,9 @@ msgstr ""
msgid "Active Sessions"
msgstr ""
msgid "Active chat names (%{count})"
msgstr ""
msgid "Activity"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment