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