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 23adf9f commit 620786aCopy full SHA for 620786a
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