Skip to content

Commit

Permalink
feat(editor): add email to test environment warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsTheGlidingSquirrel committed Dec 19, 2024
1 parent f39bef3 commit fe2cd88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/editor/src/i18n/strings/de/edit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const editStrings = {
'Willst du wirklich die Seite verlassen ohne zu speichern?',
noChangesWarning: 'Bisher hast du nichts geändert',
savedContentMightDisappearWarning:
'⚠️ Dies ist eine Testumgebung. Bitte erstelle hier noch keine Inhalte, die du langfristig behalten willst.',
'⚠️ Dies ist eine Testumgebung. Bitte erstelle hier noch keine Inhalte, die du langfristig behalten willst. Fragen? [email protected]',
addPluginsModal: {
searchInputPlaceholder: 'Suche...',
basicPluginsTitle: 'Inhalte',
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/src/i18n/strings/en/edit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const editStrings = {
confirmRouteChange: 'Are you sure you want to leave without saving?',
noChangesWarning: 'Nothing changed so there is no need to save yet',
savedContentMightDisappearWarning:
'⚠️ This is a test environment. Please do not create content that you want to keep long term here.',
'⚠️ This is a test environment. Please do not create content that you want to keep long term here. Questions? [email protected]',
addPluginsModal: {
searchInputPlaceholder: 'Search...',
basicPluginsTitle: 'Content Elements',
Expand Down

0 comments on commit fe2cd88

Please sign in to comment.