mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
D'Oh!. Fix use of two translations (Introduced at least two years ago)
This commit is contained in:
@@ -265,8 +265,8 @@ View.prototype = {
|
||||
return;
|
||||
}
|
||||
OC.dialogs.confirm(
|
||||
t('facerecognition', 'Do you want to discard the changes?'),
|
||||
t('facerecognition', 'Unsaved changes'),
|
||||
t('quicknotes', 'Do you want to discard the changes?'),
|
||||
t('quicknotes', 'Unsaved changes'),
|
||||
function(result) {
|
||||
if (result) {
|
||||
self.closeEdit();
|
||||
|
||||
Reference in New Issue
Block a user