diff --git a/lib/logic/cubit/app_config/app_config_repository.dart b/lib/logic/cubit/app_config/app_config_repository.dart index 9c3ee1c1..a8b00367 100644 --- a/lib/logic/cubit/app_config/app_config_repository.dart +++ b/lib/logic/cubit/app_config/app_config_repository.dart @@ -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!();