fix(assets): Remove string hardcode from domain setup page

pull/137/head
NaiJi ✨ 2022-10-19 17:46:16 +04:00
parent 90dd3beae0
commit 556df5aadc
3 changed files with 7 additions and 5 deletions

View File

@ -141,7 +141,8 @@
"services_title": "Services",
"services_subtitle": "Type “A” records required for each service.",
"email_title": "Email",
"email_subtitle": "Records necessary for secure email exchange."
"email_subtitle": "Records necessary for secure email exchange.",
"update_list": "Update list"
},
"backup": {
"card_title": "Backup",
@ -428,4 +429,4 @@
"length_not_equal": "Length is [], should be {}",
"length_longer": "Length is [], should be shorter than or equal to {}"
}
}
}

View File

@ -141,7 +141,8 @@
"services_title": "Сервисы",
"services_subtitle": "Записи типа “A” необходимые для работы сервисов.",
"email_title": "Электронная почта",
"email_subtitle": "Записи необходимые для безопасного обмена электронной почтой."
"email_subtitle": "Записи необходимые для безопасного обмена электронной почтой.",
"update_list": "Обновить список"
},
"backup": {
"card_title": "Резервное копирование",
@ -429,4 +430,4 @@
"length_not_equal": "Длина строки [], должно быть равно {}",
"length_longer": "Длина строки [], должно быть меньше либо равно {}"
}
}
}

View File

@ -378,7 +378,7 @@ class InitializingPage extends StatelessWidget {
color: Colors.white,
),
const SizedBox(width: 10),
BrandText.buttonTitleText('Обновить cписок'),
BrandText.buttonTitleText('domain.update_list'.tr()),
],
),
),