mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Override warning message before deleting chat history
This commit is contained in:
parent
169f85928f
commit
99f6996498
@ -135,7 +135,8 @@ define(req, function(AppConfig, Default, Language) {
|
||||
};
|
||||
|
||||
Messages.contacts_historyCleared = "The chat history has been deleted for both parties"; // XXX
|
||||
return Messages;
|
||||
Messages.contacts_confirmRemoveHistory = "Are you sure you want to delete chat history? Messages will be removed for everyone and cannot be restored."
|
||||
return Messages; // XXX existing key
|
||||
|
||||
});
|
||||
}());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user