diff --git a/UserInterface/Views/AppInfo.axaml b/UserInterface/Views/AppInfo.axaml index 5bbdfbc..33e766f 100644 --- a/UserInterface/Views/AppInfo.axaml +++ b/UserInterface/Views/AppInfo.axaml @@ -9,7 +9,7 @@ Info - + diff --git a/UserInterface/Views/AppInfo.axaml.cs b/UserInterface/Views/AppInfo.axaml.cs index 7a4c576..0fda95c 100644 --- a/UserInterface/Views/AppInfo.axaml.cs +++ b/UserInterface/Views/AppInfo.axaml.cs @@ -64,7 +64,7 @@ namespace UserInterface.Views } } - public void Github(object sender, RoutedEventArgs args) + public void GitHub(object sender, RoutedEventArgs args) { BrowserUtil.OpenBrowser("https://github.com/sleevezipper/hass-workstation-service"); } diff --git a/UserInterface/Views/BrokerSettings.axaml b/UserInterface/Views/BrokerSettings.axaml index ee3df95..d583039 100644 --- a/UserInterface/Views/BrokerSettings.axaml +++ b/UserInterface/Views/BrokerSettings.axaml @@ -5,10 +5,10 @@ mc:Ignorable="d" d:DesignWidth="500" d:DesignHeight="450" x:Class="UserInterface.Views.BrokerSettings"> - Mqtt broker + MQTT Broker - IP or hostname + IP address or hostname diff --git a/hass-workstation-service/UserInterface.exe b/hass-workstation-service/UserInterface.exe index 9aaa9fa..95f3b8a 100644 Binary files a/hass-workstation-service/UserInterface.exe and b/hass-workstation-service/UserInterface.exe differ