diff options
author | Frédéric Guillot <fred@kanboard.net> | 2019-07-15 14:42:15 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-07-15 14:42:15 -0700 |
commit | e60686cd10b70e435189bfc79c53a686bb6edffe (patch) | |
tree | fea972bc66a206a1b8fa8a5e12b01610ad4618c4 /app/Locale/cs_CZ | |
parent | 4fb6960c3f1064bea3de9cc016dacfa90ca591ac (diff) |
Fix English grammatical errors
Diffstat (limited to 'app/Locale/cs_CZ')
-rw-r--r-- | app/Locale/cs_CZ/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php index 5d2ab3b2..809c84f3 100644 --- a/app/Locale/cs_CZ/translations.php +++ b/app/Locale/cs_CZ/translations.php @@ -782,7 +782,7 @@ return array( 'Notification methods:' => 'Způsoby notifikací:', 'Unable to read your file' => 'Nelze přečíst soubor', // '%d task(s) have been imported successfully.' => '', - // 'Nothing have been imported!' => '', + // 'Nothing has been imported!' => '', // 'Import users from CSV file' => '', // '%d user(s) have been imported successfully.' => '', // 'Comma' => '', |