Skip to content

Commit

Permalink
fix: casing/typos on email server i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
leostera committed Nov 17, 2023
1 parent 7f1202a commit a5648c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pool/app/pool_common/locales/i18n_de.ml
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ let confirmable_to_string confirmable =
| DeleteMailing -> "den Versand", "löschen", None
| DeleteMessageTemplate -> "das Nachrichtentemplate", "löschen", None
| DeleteSession -> "die Session", "löschen", None
| DeleteSmtpServer -> "E-mail Server", "löschen", None
| DeleteSmtpServer -> "E-Mail Server", "löschen", None
| MarkAssignmentAsDeleted -> "die Anmeldung", "als gelöscht markieren", None
| MarkAssignmentWithFollowUpsAsDeleted ->
( "die Anmeldung"
Expand Down
2 changes: 1 addition & 1 deletion pool/app/pool_common/locales/i18n_en.ml
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ let confirmable_to_string confirmable =
| DeleteMailing -> "mailing", "delete", None
| DeleteMessageTemplate -> "message template", "delete", None
| DeleteSession -> "session", "delete", None
| DeleteSmtpServer -> "E-mail Server", "delete", None
| DeleteSmtpServer -> "email Server", "delete", None
| PublisCustomField ->
( "field an all associated options"
, "publish"
Expand Down

0 comments on commit a5648c6

Please sign in to comment.