2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 10:15:32 +00:00
This commit is contained in:
Oliver Walters
2021-03-02 22:36:29 +11:00
parent af79ee9d11
commit a5406734eb
3 changed files with 10 additions and 7 deletions

View File

@ -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,