diff --git a/Web/Presenters/templates/Group/Followers.xml b/Web/Presenters/templates/Group/Followers.xml
index 12ae0a6b..6556198b 100644
--- a/Web/Presenters/templates/Group/Followers.xml
+++ b/Web/Presenters/templates/Group/Followers.xml
@@ -131,11 +131,11 @@
tr("group_changeowner_modal_text", {$user->getFullName()})
- `, ["Передать", "Отмена"], [
+ `, [tr("transfer"), tr("cancel")], [
() => {
$('#transfer-owner-permissions-form').attr('action', action);
document.querySelector("#transfer-owner-permissions-form").submit();
diff --git a/locales/en.strings b/locales/en.strings
index cb567296..cf3efc5e 100644
--- a/locales/en.strings
+++ b/locales/en.strings
@@ -656,6 +656,7 @@
"no" = "No";
"cancel" = "Cancel";
"edit_action" = "Change";
+"transfer" = "Transfer";
"warning" = "Warning";
"question_confirm" = "This action can't be undone. Do you really wanna do it?";
diff --git a/locales/ru.strings b/locales/ru.strings
index d9cb71cd..c93f401d 100644
--- a/locales/ru.strings
+++ b/locales/ru.strings
@@ -681,6 +681,7 @@
"no" = "Нет";
"cancel" = "Отмена";
"edit_action" = "Изменить";
+"transfer" = "Передать";
"warning" = "Внимание";
"question_confirm" = "Это действие нельзя отменить. Вы действительно уверены в том что хотите сделать?";