Browse Source

Bold.

release/3.x
Sebastian 6 years ago
parent
commit
18261bc420
  1. 2
      src/Squidex/app/features/content/pages/content/content-page.component.ts

2
src/Squidex/app/features/content/pages/content/content-page.component.ts

@ -267,7 +267,7 @@ export class ContentPageComponent extends ResourceOwner implements CanComponentD
private checkPendingChanges(action: string) {
return this.contentForm.hasChanged() ?
this.dialogs.confirm('Unsaved changes', `You have unsaved changes.\n\nWhen you ${action} you will loose them.\n\n*Do you want to continue anyway?*`) :
this.dialogs.confirm('Unsaved changes', `You have unsaved changes.\n\nWhen you ${action} you will loose them.\n\n**Do you want to continue anyway?**`) :
of(true);
}

Loading…
Cancel
Save