mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 17:11:14 +00:00
Merge pull request 'fix(assets): Remove string hardcode from domain setup page' (#137) from assets-fix into master
Reviewed-on: https://git.selfprivacy.org/kherel/selfprivacy.org.app/pulls/137 Reviewed-by: Inex Code <inex.code@selfprivacy.org>
This commit is contained in:
commit
e1419ce38f
|
@ -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 {}"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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": "Длина строки [], должно быть меньше либо равно {}"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -378,7 +378,7 @@ class InitializingPage extends StatelessWidget {
|
|||
color: Colors.white,
|
||||
),
|
||||
const SizedBox(width: 10),
|
||||
BrandText.buttonTitleText('Обновить cписок'),
|
||||
BrandText.buttonTitleText('domain.update_list'.tr()),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue