mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
String translations
This commit is contained in:
parent
c2aa51ed95
commit
90072904a0
8 changed files with 42 additions and 25 deletions
|
|
@ -111,7 +111,7 @@ class InvenTreeDrawer extends StatelessWidget {
|
|||
fit: BoxFit.scaleDown,
|
||||
width: 40,
|
||||
),
|
||||
title: new Text("InvenTree"),
|
||||
title: new Text(I18N.of(context).appTitle),
|
||||
onTap: _home,
|
||||
),
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue