Tweaking cusomter list

This commit is contained in:
verboomp
2026-02-10 11:13:16 +01:00
parent a6216f6e81
commit 168fc986f2
6 changed files with 37 additions and 18 deletions

View File

@@ -33,7 +33,6 @@
}
}
},
"errorWidget": "Fehler: {name}",
"@errorWidget": {
"description": "Error widget text",
@@ -80,7 +79,7 @@
"@customerListHeaderName": {
"description": "Customer list table header for name"
},
"customerListHeaderLastDate": "Datum Bilder",
"customerListHeaderLastDate": "Datum",
"@customerListHeaderLastDate": {
"description": "Customer list table header for last date"
},

View File

@@ -199,7 +199,7 @@ abstract class AppLocalizations {
/// Customer list table header for last date
///
/// In de, this message translates to:
/// **'Datum Bilder'**
/// **'Datum'**
String get customerListHeaderLastDate;
/// Customer list table header for ladt date

View File

@@ -65,7 +65,7 @@ class AppLocalizationsDe extends AppLocalizations {
String get customerListHeaderName => 'Apothekenname';
@override
String get customerListHeaderLastDate => 'Datum Bilder';
String get customerListHeaderLastDate => 'Datum';
@override
String get customerListHeaderLastDateSuffix => ' (zuletzt aktualisiert)';