Skip to content

Commit

Permalink
fix(Editor): Broken translation ref
Browse files Browse the repository at this point in the history
Regression from #2578

Signed-off-by: Louis Chemineau <louis@chmn.me>

[skip ci]
  • Loading branch information
artonge authored and backportbot[bot] committed Dec 3, 2024
1 parent 63e79f3 commit 4d04bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImageEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export default {
*/
onExitWithoutSaving() {
OC.dialogs.confirmDestructive(
translations.changesLoseConfirmation + '\n\n' + translations.changesLoseConfirmationHint,
translations.changesLoseWarningHint + '\n\n' + translations.discardChangesWarningHint,
t('viewer', 'Unsaved changes'),
{
type: OC.dialogs.YES_NO_BUTTONS,
Expand Down

0 comments on commit 4d04bc9

Please sign in to comment.