From a0127deca2c1ee47d14d2cdc0cc3e7a59348f7a2 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Tue, 16 Jul 2019 04:23:46 +0500 Subject: [PATCH] Fix translations --- config/locales/helpers/en.yml | 2 +- config/locales/helpers/ru.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/helpers/en.yml b/config/locales/helpers/en.yml index d095785..a003a6e 100644 --- a/config/locales/helpers/en.yml +++ b/config/locales/helpers/en.yml @@ -8,4 +8,4 @@ en: submit: person_comment: - create: Save + create: Send diff --git a/config/locales/helpers/ru.yml b/config/locales/helpers/ru.yml index a860053..899ba8c 100644 --- a/config/locales/helpers/ru.yml +++ b/config/locales/helpers/ru.yml @@ -8,4 +8,4 @@ ru: submit: person_comment: - create: Сохранить + create: Отправить