mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-17 12:45:26 +00:00
Fixed (most) of the raw text instances
This commit is contained in:
@ -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),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user