Version 3.0.297

This commit is contained in:
Oliver Hauff 2022-05-02 21:56:32 +02:00
parent 8f40f2c208
commit 741874d382
15 changed files with 68 additions and 43 deletions

View file

@ -17,7 +17,7 @@
<Button Text="{x:Static resources:AppResources.MessageAccountPageManagePersonalData}"
Command="{Binding OnManageAccount}"
IsEnabled="{Binding IsLogoutPossible}"/>
<Button Text="{x:Static resources:AppResources.MessageAccountPageManageLogin}"
<Button Text="{x:Static resources:AppResources.MessageAccountPageManageLogout}"
Command="{Binding OnLogoutRequest}"
IsEnabled="{Binding IsLogoutPossible}"/>
</StackLayout>