Resolves #92 Spelling fix

This commit is contained in:
estevez 2018-09-29 12:09:01 +03:00
parent df04d000b2
commit 08c07e8398

View File

@ -589,7 +589,7 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver {
), ),
new ListTile( new ListTile(
leading: Icon(MaterialDesignIcons.createIconDataFromIconName("mdi:github-circle")), leading: Icon(MaterialDesignIcons.createIconDataFromIconName("mdi:github-circle")),
title: Text("Reprot issue"), title: Text("Report an issue"),
onTap: () { onTap: () {
Navigator.of(context).pop(); Navigator.of(context).pop();
haUtils.launchURL("https://github.com/estevez-dev/ha_client_pub/issues/new"); haUtils.launchURL("https://github.com/estevez-dev/ha_client_pub/issues/new");