-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4365 from serlo/add-email-to-test-environment-war…
…ning-message feat(editor): add email to test environment warning message
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|