Skip to content

Commit

Permalink
Fix TestLinks
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBuira committed Nov 19, 2024
1 parent c2037db commit cad68b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/inputhelp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ QString InputHelp::merginSubscriptionLink() const

QString InputHelp::merginPricingLink() const
{
return inputWeb + "/pricing/" + utmTagSubscription;
return inputWeb + "/pricing" + utmTagSubscription;
}

QString InputHelp::privacyPolicyLink() const
Expand Down

1 comment on commit cad68b1

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.11.694911 just submitted!

Please sign in to comment.