diff options
Diffstat (limited to 'app/Locale/de_DE')
-rw-r--r-- | app/Locale/de_DE/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 13e24442..02880efb 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -235,8 +235,8 @@ return array( 'Categories' => 'Kategorien', 'Your category have been created successfully.' => 'Kategorie erfolgreich erstellt.', 'Unable to create your category.' => 'Erstellung der Kategorie nicht möglich.', - 'Your category have been updated successfully.' => 'Kategorie erfolgreich aktualisiert.', - 'Unable to update your category.' => 'Änderung der Kategorie nicht möglich.', + 'This category has been updated successfully.' => 'Kategorie erfolgreich aktualisiert.', + 'Unable to update this category.' => 'Änderung der Kategorie nicht möglich.', 'Remove a category' => 'Kategorie löschen', 'Category removed successfully.' => 'Kategorie erfolgreich gelöscht.', 'Unable to remove this category.' => 'Löschen der Kategorie nicht möglich.', |