mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 13:36:50 +00:00
String fixes
This commit is contained in:
parent
f0d91b12de
commit
4a695fa4ef
@ -1,6 +1,11 @@
|
|||||||
## InvenTree App Release Notes
|
## InvenTree App Release Notes
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### 0.7.3 - June 2022
|
||||||
|
---
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
### 0.7.2 - June 2022
|
### 0.7.2 - June 2022
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -67,8 +67,8 @@
|
|||||||
"attachmentNone": "No attachments found",
|
"attachmentNone": "No attachments found",
|
||||||
"@attachmentNone": {},
|
"@attachmentNone": {},
|
||||||
|
|
||||||
"attachmentNonePartDetail": "No attachments found for this part",
|
"attachmentNoneDetail": "No attachments found",
|
||||||
"@attachmentNonePartDetail": {},
|
"@attachmentNoneDetail": {},
|
||||||
|
|
||||||
"attachmentSelect": "Select attachment",
|
"attachmentSelect": "Select attachment",
|
||||||
"@attachmentSelect": {},
|
"@attachmentSelect": {},
|
||||||
|
@ -129,7 +129,7 @@ class _AttachmentWidgetState extends RefreshableState<AttachmentWidget> {
|
|||||||
tiles.add(ListTile(
|
tiles.add(ListTile(
|
||||||
title: Text(L10().attachmentNone),
|
title: Text(L10().attachmentNone),
|
||||||
subtitle: Text(
|
subtitle: Text(
|
||||||
L10().attachmentNonePartDetail,
|
L10().attachmentNoneDetail,
|
||||||
style: TextStyle(fontStyle: FontStyle.italic),
|
style: TextStyle(fontStyle: FontStyle.italic),
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user