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;
|
return;
|
||||||
}
|
}
|
||||||
OC.dialogs.confirm(
|
OC.dialogs.confirm(
|
||||||
t('facerecognition', 'Do you want to discard the changes?'),
|
t('quicknotes', 'Do you want to discard the changes?'),
|
||||||
t('facerecognition', 'Unsaved changes'),
|
t('quicknotes', 'Unsaved changes'),
|
||||||
function(result) {
|
function(result) {
|
||||||
if (result) {
|
if (result) {
|
||||||
self.closeEdit();
|
self.closeEdit();
|
||||||
|
|||||||
Reference in New Issue
Block a user