Skip to content

Commit

Permalink
Merge pull request #2623 from nextcloud/backport/2621/stable29
Browse files Browse the repository at this point in the history
[stable29] fix(Editor): Broken translation ref
  • Loading branch information
skjnldsv authored Dec 14, 2024
2 parents c7ff719 + 3446d65 commit 61f8380
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions css/init-3X0TTMmG.chunk.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions css/init-u9HtTllo.chunk.css

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-DRjfJb48.chunk.css';
@import './init-3X0TTMmG.chunk.css';
@import './previewUtils-8w2LAIqc.chunk.css';
@import './NcActionButton-DAzGdpb5.chunk.css';
@import './NcActionLink-D091a5cj.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 @@ -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 61f8380

Please sign in to comment.