mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Tweaks
This commit is contained in:
parent
af79ee9d11
commit
a5406734eb
3 changed files with 10 additions and 7 deletions
|
|
@ -16,7 +16,7 @@ class ReleaseNotesWidget extends StatelessWidget {
|
|||
Widget build (BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text("Release Notes")
|
||||
title: Text(I18N.of(context).releaseNotes)
|
||||
),
|
||||
body: Markdown(
|
||||
selectable: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue