mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 10:15:32 +00:00
Tweaks
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user