mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Fixed (most) of the raw text instances
This commit is contained in:
parent
c8583aba04
commit
34a6a43d35
12 changed files with 51 additions and 66 deletions
|
|
@ -116,7 +116,7 @@ class InvenTreeAboutWidget extends StatelessWidget {
|
|||
tiles.add(
|
||||
ListTile(
|
||||
title: Text(I18N.of(context).releaseNotes),
|
||||
subtitle: Text("Display app release notes"),
|
||||
subtitle: Text(I18N.of(context).appReleaseNotes),
|
||||
leading: FaIcon(FontAwesomeIcons.fileAlt),
|
||||
onTap: () {
|
||||
_releaseNotes(context);
|
||||
|
|
@ -127,7 +127,7 @@ class InvenTreeAboutWidget extends StatelessWidget {
|
|||
tiles.add(
|
||||
ListTile(
|
||||
title: Text(I18N.of(context).credits),
|
||||
subtitle: Text("Additional app credits"),
|
||||
subtitle: Text(I18N.of(context).appCredits),
|
||||
leading: FaIcon(FontAwesomeIcons.bullhorn),
|
||||
onTap: () {
|
||||
_credits(context);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue