mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
String translations
This commit is contained in:
parent
c2aa51ed95
commit
90072904a0
8 changed files with 42 additions and 25 deletions
|
|
@ -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),
|
||||
)
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue