File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2021
2021
<data name =" SponsorSubtitle" xml : space =" preserve" >
2022
2022
<value >Enjoying Files? Please consider supporting the project on GitHub.</value >
2023
2023
</data >
2024
+ <data name =" Sponsor" xml : space =" preserve" >
2025
+ <value >Sponsor</value >
2026
+ </data >
2024
2027
<data name =" RateUs" xml : space =" preserve" >
2025
2028
<value >Rate us</value >
2026
2029
</data >
Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ private void ExecuteDismissReviewPromptCommand()
357
357
private async void ExecuteSponsorCommand ( )
358
358
{
359
359
UserSettingsService . ApplicationSettingsService . HasClickedSponsorPrompt = true ;
360
- OnPropertyChanged ( nameof ( ShowReviewPrompt ) ) ;
360
+ OnPropertyChanged ( nameof ( ShowSponsorPrompt ) ) ;
361
361
await Launcher . LaunchUriAsync ( new Uri ( Constants . ExternalUrl . SupportUsUrl ) ) . AsTask ( ) ;
362
362
}
363
363
Original file line number Diff line number Diff line change 386
386
HorizontalAlignment=" Center"
387
387
VerticalAlignment=" Bottom"
388
388
ActionButtonCommand=" {x:Bind ViewModel.SponsorCommand}"
389
- ActionButtonContent=" {helpers:ResourceString Name=SponsorUsOnGitHub }"
389
+ ActionButtonContent=" {helpers:ResourceString Name=Sponsor }"
390
390
CloseButtonCommand=" {x:Bind ViewModel.DismissSponsorPromptCommand}"
391
391
CloseButtonContent=" {helpers:ResourceString Name=Dismiss}"
392
392
IsOpen=" {x:Bind ViewModel.ShowSponsorPrompt, Mode=OneWay}"
You can’t perform that action at this time.
0 commit comments