mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 10:15:32 +00:00
String translations
This commit is contained in:
@ -124,10 +124,10 @@ class InvenTreeAPI {
|
||||
showDialog(
|
||||
context: context,
|
||||
child: new SimpleDialog(
|
||||
title: new Text("Not Connected"),
|
||||
title: new Text(I18N.of(context).notConnected),
|
||||
children: <Widget>[
|
||||
ListTile(
|
||||
title: Text("Server not connected"),
|
||||
title: Text(I18N.of(context).serverNotConnected),
|
||||
)
|
||||
]
|
||||
)
|
||||
|
Reference in New Issue
Block a user