2
0
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:
Oliver Walters
2021-02-09 20:31:55 +11:00
parent c2aa51ed95
commit 90072904a0
8 changed files with 42 additions and 25 deletions

View File

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