Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Editor): Broken translation ref #2621

Merged
merged 2 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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
Loading