Capitalize "groupchat" (#1707)

* Capitalize "groupchat"

* Also locale

* Also muc spec
This commit is contained in:
Licaon_Kter 2019-09-11 12:17:23 +00:00 committed by JC Brand
parent 26c1dbb0eb
commit a69ebcbdf6
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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();
}));

View File

@ -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'),