summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2017-04-11 21:44:47 -0400
committerGitHub <noreply@github.com>2017-04-11 21:44:47 -0400
commit660ba7b4827a3058d93a8f1c010925b4e9669ecf (patch)
treee505bcec66a5405f9cd38b2bbb560ab3113c5b9b /app
parentf310c9c77836d39ce290297807991840b386f89e (diff)
parent8cb447cc3bfbe49f1967c763f37da98b66ac25b3 (diff)
Merge pull request #3191
Change translation of 'Ready' (project column)
Diffstat (limited to 'app')
-rw-r--r--app/Locale/ru_RU/translations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php
index 5a7336ad..86f8fcf9 100644
--- a/app/Locale/ru_RU/translations.php
+++ b/app/Locale/ru_RU/translations.php
@@ -134,7 +134,7 @@ return array(
'User removed successfully.' => 'Пользователь удалён.',
'Unable to remove this user.' => 'Не удалось удалить пользователя.',
'Board updated successfully.' => 'Доска успешно обновлена.',
- 'Ready' => 'Готовые',
+ 'Ready' => 'Согласованные',
'Backlog' => 'Ожидающие',
'Work in progress' => 'В процессе',
'Done' => 'Выполнено',