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
@@ -1559,7 +1559,7 @@ abstract class AppLocalizations {
/// No description provided for @adminAiDescription.
///
/// In en, this message translates to:
/// **'Overview of AI features exposed by the backend.'**
/// **'Overview of AI functions exposed by the backend.'**
String get adminAiDescription;
/// No description provided for @adminPagePrefix.
@@ -1844,17 +1844,29 @@ abstract class AppLocalizations {
/// **'Restore'**
String get adminRestoreAction;
/// No description provided for @required.
/// No description provided for @profileDeleteConfirmTitle.
///
/// In en, this message translates to:
/// **'Required'**
String get required;
/// **'Confirm deletion'**
String get profileDeleteConfirmTitle;
/// No description provided for @logoutAction.
/// No description provided for @profileDeleteConfirmMessage.
///
/// In en, this message translates to:
/// **'Log out'**
String get logoutAction;
/// **'Are you sure you want to delete your profile? All your data will be permanently deleted.'**
String get profileDeleteConfirmMessage;
/// No description provided for @profileDeleteAction.
///
/// In en, this message translates to:
/// **'Delete my profile'**
String get profileDeleteAction;
/// No description provided for @profileDeletedMessage.
///
/// In en, this message translates to:
/// **'Your profile has been deleted.'**
String get profileDeletedMessage;
/// No description provided for @profileDatabaseDescription.
///