Skip to content

Commit

Permalink
Translate more strings to English
Browse files Browse the repository at this point in the history
  • Loading branch information
akv3sic committed Mar 25, 2024
1 parent 620877d commit 6b0ede0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MauiStoreApp/Views/ProfilePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<Label
FontAttributes="Bold"
FontSize="17"
Text="Odjava"
Text="Sign out"
TextColor="Black">
<Label.GestureRecognizers>
<TapGestureRecognizer Command="{Binding LogoutCommand}" />
Expand Down Expand Up @@ -244,7 +244,7 @@
<Label
FontAttributes="Bold"
FontSize="17"
Text="Izbriši račun"
Text="Delete account"
TextColor="Red" />

<Image
Expand Down

0 comments on commit 6b0ede0

Please sign in to comment.