From 50000483966d2285a9b33e6dfd3b8fec9f2f63cf Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Tue, 17 May 2022 21:48:09 -0300 Subject: [PATCH] D'Oh!. Fix use of two translations (Introduced at least two years ago) --- js/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/script.js b/js/script.js index 460d506..be2dae7 100644 --- a/js/script.js +++ b/js/script.js @@ -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();