mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 11:45:31 +00:00
String fixes
This commit is contained in:
@ -67,8 +67,8 @@
|
||||
"attachmentNone": "No attachments found",
|
||||
"@attachmentNone": {},
|
||||
|
||||
"attachmentNonePartDetail": "No attachments found for this part",
|
||||
"@attachmentNonePartDetail": {},
|
||||
"attachmentNoneDetail": "No attachments found",
|
||||
"@attachmentNoneDetail": {},
|
||||
|
||||
"attachmentSelect": "Select attachment",
|
||||
"@attachmentSelect": {},
|
||||
|
@ -129,7 +129,7 @@ class _AttachmentWidgetState extends RefreshableState<AttachmentWidget> {
|
||||
tiles.add(ListTile(
|
||||
title: Text(L10().attachmentNone),
|
||||
subtitle: Text(
|
||||
L10().attachmentNonePartDetail,
|
||||
L10().attachmentNoneDetail,
|
||||
style: TextStyle(fontStyle: FontStyle.italic),
|
||||
),
|
||||
));
|
||||
|
Reference in New Issue
Block a user