We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd209d commit 68fe447Copy full SHA for 68fe447
src/MvuxListApp/Presentation/MainPage.xaml
@@ -28,7 +28,7 @@
28
<ListView HorizontalAlignment="Center" MinWidth="200" Grid.Row="2"
29
ItemsSource="{Binding DashboardList}" />
30
31
- <TextBox PlaceholderText="Ändere hier Namen des Mitglieds:"
+ <TextBox PlaceholderText="Ändere hier den Namen des Mitglieds:"
32
Text="{Binding ModifyedMemberName, Mode=TwoWay}"/>
33
<Button Content="Ändere Namen"
34
Command="{Binding Path=RenameMemberAsync}" />
0 commit comments