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 20212021 <data name =" SponsorSubtitle" xml : space =" preserve" >
20222022 <value >Enjoying Files? Please consider supporting the project on GitHub.</value >
20232023 </data >
2024+ <data name =" Sponsor" xml : space =" preserve" >
2025+ <value >Sponsor</value >
2026+ </data >
20242027 <data name =" RateUs" xml : space =" preserve" >
20252028 <value >Rate us</value >
20262029 </data >
Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ private void ExecuteDismissReviewPromptCommand()
357357 private async void ExecuteSponsorCommand ( )
358358 {
359359 UserSettingsService . ApplicationSettingsService . HasClickedSponsorPrompt = true ;
360- OnPropertyChanged ( nameof ( ShowReviewPrompt ) ) ;
360+ OnPropertyChanged ( nameof ( ShowSponsorPrompt ) ) ;
361361 await Launcher . LaunchUriAsync ( new Uri ( Constants . ExternalUrl . SupportUsUrl ) ) . AsTask ( ) ;
362362 }
363363
Original file line number Diff line number Diff line change 386386 HorizontalAlignment=" Center"
387387 VerticalAlignment=" Bottom"
388388 ActionButtonCommand=" {x:Bind ViewModel.SponsorCommand}"
389- ActionButtonContent=" {helpers:ResourceString Name=SponsorUsOnGitHub }"
389+ ActionButtonContent=" {helpers:ResourceString Name=Sponsor }"
390390 CloseButtonCommand=" {x:Bind ViewModel.DismissSponsorPromptCommand}"
391391 CloseButtonContent=" {helpers:ResourceString Name=Dismiss}"
392392 IsOpen=" {x:Bind ViewModel.ShowSponsorPrompt, Mode=OneWay}"
You can’t perform that action at this time.
0 commit comments