D'Oh!. Fix use of two translations (Introduced at least two years ago)

This commit is contained in:
Matias De lellis
2022-05-17 21:48:09 -03:00
parent 67db55d205
commit 5000048396

View File

@@ -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();