Skip to content

Commit

Permalink
Merge pull request #2621 from nextcloud/artonge/fix/broken_translatio…
Browse files Browse the repository at this point in the history
…ns_editor

fix(Editor): Broken translation ref
  • Loading branch information
artonge authored Dec 3, 2024
2 parents 02d749e + 0362a02 commit a7220dc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/viewer-init.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* extracted by css-entry-points-plugin */
@import './init-CQFcBZab.chunk.css';
@import './init-Du66BSNV.chunk.css';
@import './logger-B6WZzrWi.chunk.css';
@import './NcActionButton-1r3w9zkv.chunk.css';
@import './NcActionLink-CRpLQTQ1.chunk.css';
4 changes: 2 additions & 2 deletions js/viewer-init.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer-init.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/ImageEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,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 a7220dc

Please sign in to comment.