Fixed (most) of the raw text instances

This commit is contained in:
Oliver Walters 2021-05-19 23:08:44 +10:00
parent c8583aba04
commit 34a6a43d35
12 changed files with 51 additions and 66 deletions

View file

@ -300,7 +300,7 @@ class _InvenTreeLoginSettingsState extends State<InvenTreeLoginSettingsWidget> {
// No profile available!
children.add(
ListTile(
title: Text("No profiles available"),
title: Text(I18N.of(context).profileNone),
)
);
}