bug-fix
Test Suite / backend-pr-quick (push) Has been skipped
Test Suite / quick-import-pr-quick (push) Has been skipped
Test Suite / backend-full (push) Successful in 4m7s
Test Suite / flutter-quality (push) Failing after 57s

This commit is contained in:
Nils-Johan Gynther
2026-05-21 22:36:28 +02:00
parent 8c9da36312
commit 9dd49c5014
9 changed files with 60 additions and 119 deletions
@@ -815,7 +815,7 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get adminAiDescription =>
'Overview of AI features exposed by the backend.';
'Overview of AI functions exposed by the backend.';
@override
String get adminPagePrefix => 'Page: ';
@@ -1009,10 +1009,17 @@ class AppLocalizationsEn extends AppLocalizations {
String get adminRestoreAction => 'Restore';
@override
String get required => 'Required';
String get profileDeleteConfirmTitle => 'Confirm deletion';
@override
String get logoutAction => 'Log out';
String get profileDeleteConfirmMessage =>
'Are you sure you want to delete your profile? All your data will be permanently deleted.';
@override
String get profileDeleteAction => 'Delete my profile';
@override
String get profileDeletedMessage => 'Your profile has been deleted.';
@override
String get profileDatabaseDescription =>