Commit a69ebcbd authored by Licaon_Kter's avatar Licaon_Kter Committed by JC Brand

Capitalize "groupchat" (#1707)

* Capitalize "groupchat"

* Also locale

* Also muc spec
parent 26c1dbb0
......@@ -489,11 +489,11 @@ msgid "The groupchat configuration has changed"
msgstr ""
#: dist/converse-no-dependencies.js:28715
msgid "groupchat logging is now enabled"
msgid "Groupchat logging is now enabled"
msgstr ""
#: dist/converse-no-dependencies.js:28716
msgid "groupchat logging is now disabled"
msgid "Groupchat logging is now disabled"
msgstr ""
#: dist/converse-no-dependencies.js:28717
......
......@@ -2293,7 +2293,7 @@
await u.waitUntil(() => view.el.querySelectorAll('.chat-content .chat-info').length === 2);
const info_messages = view.el.querySelectorAll('.chat-content .chat-info');
expect(info_messages[0].textContent.trim()).toBe('romeo has entered the groupchat');
expect(info_messages[1].textContent.trim()).toBe('groupchat logging is now enabled');
expect(info_messages[1].textContent.trim()).toBe('Groupchat logging is now enabled');
done();
}));
......
......@@ -166,8 +166,8 @@ converse.plugins.add('converse-muc', {
102: __('This groupchat now shows unavailable members'),
103: __('This groupchat does not show unavailable members'),
104: __('The groupchat configuration has changed'),
170: __('groupchat logging is now enabled'),
171: __('groupchat logging is now disabled'),
170: __('Groupchat logging is now enabled'),
171: __('Groupchat logging is now disabled'),
172: __('This groupchat is now no longer anonymous'),
173: __('This groupchat is now semi-anonymous'),
174: __('This groupchat is now fully-anonymous'),
......
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