diff options
author | Maximilian Schulze <max@ugschulze.de> | 2017-04-16 20:54:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-16 20:54:04 +0200 |
commit | c3e4bc2fcd13ad5faeeb1378c1a4ea13963e040f (patch) | |
tree | f23555a86dd72c9bcd3e38347a996968e62dc37c | |
parent | 138f9f644c92af1132de0189a94b3275f07a2a5e (diff) |
fix typo in german translation
This commit removes a typo which showed up in input fields where you could enter your text in markdown.
-rw-r--r-- | app/Locale/de_DE/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 3ffa796b..e31f6315 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1206,7 +1206,7 @@ return array( 'API User Access' => 'API Benutzerzugriff', 'Preview' => 'Vorschau', 'Write' => 'Schreiben', - 'Write your text in Markdown' => 'Schreiben Sie iHren Text in Markdown', + 'Write your text in Markdown' => 'Schreiben Sie Ihren Text in Markdown', 'New External Task: %s' => 'Neue externe Aufgabe: %s', 'No personal API access token registered.' => 'Keine persönlichen API-Zugriffsinformationen registriert', 'Your personal API access token is "%s"' => 'Ihre persönlichen API-Zugriffsinformationen: "%s"', |