2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 18:55:34 +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

@ -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,
),
/*