Merge pull request 'fix(assets): Remove string hardcode from domain setup page' (#137) from assets-fix into master

Reviewed-on: kherel/selfprivacy.org.app#137
Reviewed-by: Inex Code <inex.code@selfprivacy.org>
pull/138/head
Inex Code 2022-10-19 18:47:27 +03:00
commit e1419ce38f
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()),
],
),
),