mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +03:00
Fix erroneous confirmation message
This commit is contained in:
parent
89556ae68f
commit
915b6786d9
@ -49,7 +49,7 @@
|
||||
*/
|
||||
closeThread: function() {
|
||||
// Show confirmation message if can
|
||||
var confirmMessage = Mibew.Localization.trans('Are you sure want to leave chat?'),
|
||||
var confirmMessage = Mibew.Localization.trans('Are you sure that you want to leave the chat?'),
|
||||
context = this;
|
||||
if (confirmMessage !== false) {
|
||||
Mibew.Utils.confirm(confirmMessage, function(value) {
|
||||
|
Loading…
Reference in New Issue
Block a user