From 2e754d56bc3dcea0eb63cb9bbbe6865cb3f7f139 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 13 Apr 2022 19:49:38 +1000 Subject: [PATCH] Update bug-report URL - New public app repo --- lib/l10n | 2 +- lib/settings/about.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/l10n b/lib/l10n index 9d44f97d..581ce0a8 160000 --- a/lib/l10n +++ b/lib/l10n @@ -1 +1 @@ -Subproject commit 9d44f97ded4ff7be3de7f51f305c493c99263508 +Subproject commit 581ce0a818532157ffa0a1b449bf1a240558a238 diff --git a/lib/settings/about.dart b/lib/settings/about.dart index 8e05c8be..f62179cd 100644 --- a/lib/settings/about.dart +++ b/lib/settings/about.dart @@ -48,7 +48,7 @@ class InvenTreeAboutWidget extends StatelessWidget { Future _reportBug(BuildContext context) async { - const String url = "https://github.com/inventree/InvenTree/issues/new?assignees=&labels=app%2C+bug&title=%5BApp%5D+Enter+bug+description"; + const String url = "https://github.com/inventree/inventree-app/issues/new?title=Enter+bug+description"; if (await canLaunch(url)) { await launch(url);