-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add hr, remove text change on community toggle
- Loading branch information
Showing
2 changed files
with
16 additions
and
12 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
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 |
---|---|---|
|
@@ -1378,17 +1378,13 @@ | |
"value": "Auf Community-Seite anzeigen" | ||
}, | ||
{ | ||
"key": "profile/settings/isListed/true/note", | ||
"value": "Ihr Name, Ihr Profilbild und Ihr Statement erscheinen auf {communityLink} und sind für alle sichtbar." | ||
"key": "profile/settings/isListed/note", | ||
"value": "Ihr Name, Ihr Profilbild und Ihr Statement erscheinen auf {communityLink}." | ||
}, | ||
{ | ||
"key": "climate/profile/settings/isListed/true/note", | ||
"value": "Ihr Name und Ihr Profilbild erscheinen auf {communityLink} und sind für alle sichtbar." | ||
}, | ||
{ | ||
"key": "profile/settings/isListed/false/note", | ||
"value": "Ihr Name, Ihr Profilbild und Ihr Statement erscheinen nicht auf {communityLink}." | ||
}, | ||
{ | ||
"key": "profile/settings/isAdminUnlisted/note", | ||
"value": "Leider können wir Sie auf der Community-Seite nicht anzeigen. Schreiben Sie an [email protected] für weitere Informationen." | ||
|