Skip to content

Commit 620786a

Browse files
DevTKSSCopilot
andcommitted
chore: apply suggested Review changes
Co-authored-by: Copilot <[email protected]>
1 parent 23adf9f commit 620786a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MvuxListApp/Presentation/MainPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<ListView HorizontalAlignment="Center" MinWidth="200" Grid.Row="2"
2929
ItemsSource="{Binding DashboardList}" />
3030

31-
<TextBox PlaceholderText="Ändere hier Namen des Mitglieds:"
31+
<TextBox PlaceholderText="Ändere hier den Namen des Mitglieds:"
3232
Text="{Binding ModifyedMemberName, Mode=TwoWay}"/>
3333
<Button Content="Ändere Namen"
3434
Command="{Binding Path=RenameMemberAsync}" />

0 commit comments

Comments
 (0)