mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
More translations
This commit is contained in:
parent
c3bc6a94b0
commit
18229fbfe2
3 changed files with 5 additions and 5 deletions
|
|
@ -34,7 +34,7 @@ class _InvenTreeSettingsState extends State<InvenTreeSettingsWidget> {
|
|||
child: ListView(
|
||||
children: <Widget>[
|
||||
ListTile(
|
||||
title: Text("Server Settings"),
|
||||
title: Text(I18N.of(context).serverSettings),
|
||||
subtitle: Text("Configure server and login settings"),
|
||||
leading: FaIcon(FontAwesomeIcons.server),
|
||||
onTap: _editServerSettings,
|
||||
|
|
@ -47,13 +47,13 @@ class _InvenTreeSettingsState extends State<InvenTreeSettingsWidget> {
|
|||
onTap: _about,
|
||||
),
|
||||
ListTile(
|
||||
title: Text("Release Notes"),
|
||||
title: Text(I18N.of(context).releaseNotes),
|
||||
subtitle: Text("Display app release notes"),
|
||||
leading: FaIcon(FontAwesomeIcons.fileAlt),
|
||||
onTap: _releaseNotes,
|
||||
),
|
||||
ListTile(
|
||||
title: Text("Report Bug"),
|
||||
title: Text(I18N.of(context).reportBug),
|
||||
subtitle: Text("Report bug or suggest new feature"),
|
||||
leading: FaIcon(FontAwesomeIcons.bug),
|
||||
onTap: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue