Skip to content

Commit

Permalink
Merge pull request #4365 from serlo/add-email-to-test-environment-war…
Browse files Browse the repository at this point in the history
…ning-message

feat(editor): add email to test environment warning message
  • Loading branch information
LarsTheGlidingSquirrel authored Dec 20, 2024
2 parents ac642fa + fe2cd88 commit c9628ad
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 c9628ad

Please sign in to comment.