diff --git a/src/Templates/src/templates/maui-mobile/Pages/MainPage.xaml b/src/Templates/src/templates/maui-mobile/Pages/MainPage.xaml index baaa071ce932..a81b719185af 100644 --- a/src/Templates/src/templates/maui-mobile/Pages/MainPage.xaml +++ b/src/Templates/src/templates/maui-mobile/Pages/MainPage.xaml @@ -97,6 +97,7 @@ diff --git a/src/Templates/src/templates/maui-mobile/Pages/ProjectDetailPage.xaml b/src/Templates/src/templates/maui-mobile/Pages/ProjectDetailPage.xaml index 06b20a433516..ddff135cebe8 100644 --- a/src/Templates/src/templates/maui-mobile/Pages/ProjectDetailPage.xaml +++ b/src/Templates/src/templates/maui-mobile/Pages/ProjectDetailPage.xaml @@ -184,7 +184,8 @@ + SemanticProperties.Description="Add task" + ToolTipProperties.Text="Add task" /> \ No newline at end of file diff --git a/src/Templates/src/templates/maui-mobile/Pages/ProjectListPage.xaml b/src/Templates/src/templates/maui-mobile/Pages/ProjectListPage.xaml index 3a5599498f28..b818890ef287 100644 --- a/src/Templates/src/templates/maui-mobile/Pages/ProjectListPage.xaml +++ b/src/Templates/src/templates/maui-mobile/Pages/ProjectListPage.xaml @@ -42,6 +42,8 @@ + Command="{Binding AddProjectCommand}" + SemanticProperties.Description="Add project" + ToolTipProperties.Text="Add project" /> \ No newline at end of file