Bläddra i källkod

Simplify an error message on MUC service shutdown (#1161)

linkmauve 7 år sedan
förälder
incheckning
f0ad326e2e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/converse-muc-views.js

+ 1 - 1
src/converse-muc-views.js

@@ -215,7 +215,7 @@
                     307: __('You have been kicked from this groupchat'),
                     307: __('You have been kicked from this groupchat'),
                     321: __("You have been removed from this groupchat because of an affiliation change"),
                     321: __("You have been removed from this groupchat because of an affiliation change"),
                     322: __("You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member"),
                     322: __("You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member"),
-                    332: __("You have been removed from this groupchat because the MUC (Multi-user chat) service is being shut down")
+                    332: __("You have been removed from this groupchat because the service hosting it is being shut down")
                 },
                 },
 
 
                 action_info_messages: {
                 action_info_messages: {