2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 02:05:29 +00:00

String fixes

This commit is contained in:
Oliver Walters
2022-06-06 21:15:58 +10:00
parent f0d91b12de
commit 4a695fa4ef
3 changed files with 8 additions and 3 deletions

View File

@ -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),
),
));