From 22fc1a8c648f86203ce5d3c82d713e621ca4072a Mon Sep 17 00:00:00 2001 From: Ilya Date: Thu, 18 Mar 2021 22:38:44 +0300 Subject: [PATCH] Added 'profiles' --- resources/lang/ru/site.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/ru/site.php b/resources/lang/ru/site.php index c86536f7..097b27c2 100644 --- a/resources/lang/ru/site.php +++ b/resources/lang/ru/site.php @@ -11,8 +11,9 @@ return [ 'privacy' => 'Конфиденциальность', 'l10nWip' => 'Мы все еще работаем над локализацией', 'currentLocale' => 'Выбранный язык', - 'selectLocale' => 'выберите один из поддерживаемых языков', + 'selectLocale' => 'Выберите один из поддерживаемых языков', 'contact' => 'Контакт', 'contact-us' => 'Связь с нами', + 'profiles' => 'Профили', ];