From 63071189e805bb82d8a74c3930dfbcf25df914cd Mon Sep 17 00:00:00 2001 From: Tom Brien Date: Fri, 22 Jan 2021 22:35:22 +0000 Subject: [PATCH] Fix two small copy & paste errors --- UserInterface/Views/AddCommandDialog.axaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UserInterface/Views/AddCommandDialog.axaml b/UserInterface/Views/AddCommandDialog.axaml index 0ea8d9f..c4f6639 100644 --- a/UserInterface/Views/AddCommandDialog.axaml +++ b/UserInterface/Views/AddCommandDialog.axaml @@ -5,9 +5,9 @@ mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="UserInterface.Views.AddCommandDialog" SizeToContent="WidthAndHeight" - Title="Add sensor"> + Title="Add command"> - Sensor type + Command type