fdroid
Kherel 2021-03-23 21:00:17 +01:00
parent 33f8f033c3
commit 6a9e72dc4c
1 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ class AppConfigRepository {
contentText: 'modals.2'.tr(), contentText: 'modals.2'.tr(),
acitons: [ acitons: [
ActionButton( ActionButton(
text: 'Удалить', text: 'basis.delete'.tr(),
isRed: true, isRed: true,
onPressed: () async { onPressed: () async {
await hetznerApi.deleteSelfprivacyServer( await hetznerApi.deleteSelfprivacyServer(
@ -164,7 +164,7 @@ class AppConfigRepository {
}, },
), ),
ActionButton( ActionButton(
text: 'Отменить', text: 'basis.cancel'.tr(),
onPressed: () { onPressed: () {
hetznerApi.close(); hetznerApi.close();
onCancel!(); onCancel!();