aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/locales/en.yml3
-rw-r--r--config/locales/ru.yml1
2 files changed, 3 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index e7013f5..3bcda3c 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -11,4 +11,5 @@ en:
started: "Discussion started"
leaved: "You leaved the discussion"
exists: "Discussion between you and %{user} already exists"
- can_not_participate: "You are not listed in this discussion" \ No newline at end of file
+ can_not_participate: "You are not listed in this discussion"
+ choose_at_least_one_recipient: "You should choose at least one recipient of discussion" \ No newline at end of file
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index f0e4f04..7bcbbef 100644
--- a/config/locales/ru.yml
+++ b/config/locales/ru.yml
@@ -11,6 +11,7 @@ ru:
leaved: "Вы покинули дискуссию"
exists: "Дискуссия между вами и %{user} уже существует"
can_not_participate: "Вы не состоите в этой дискуссии"
+ choose_at_least_one_recipient: "Укажите хотя бы одного получателя"
speakers:
added: "Участник дискуссии добавлен"
removed: "Участник дискуссии удален" \ No newline at end of file