Skip to content

Commit

Permalink
Added placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
spylogsster committed Jun 8, 2022
1 parent 96905e7 commit 5a8216a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function ErrorSubscriptionFailed () {
{getLocale('braveVpnPaymentFailure')}
</S.ReasonTitle>
<S.ReasonDesc>
{getLocale('braveVpnPaymentFailureReason')}
{getLocale('braveVpnPaymentFailureReason').replace('$1', getLocale('braveVpn'))}
</S.ReasonDesc>
<S.ActionArea>
<Button
Expand Down
2 changes: 1 addition & 1 deletion components/resources/brave_vpn_strings.grdp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
</message>

<message name="IDS_BRAVE_VPN_PAYMENT_FAILURE_REASON" desc="A long form on the consequence of failed payment">
Looks like your most recent payment for did not go through. Access to this subscription will pause until the payment issue is resolved. Try to edit your payment method, or contact Brave support.
Looks like your most recent payment for <ph name="VALUE">$1<ex>VPN Subscription</ex></ph> did not go through. Access to this subscription will pause until the payment issue is resolved. Try to edit your payment method, or contact Brave support.
</message>

<message name="IDS_BRAVE_VPN_SUPPORT_EMAIL" desc="Label above email input on VPN support">
Expand Down

0 comments on commit 5a8216a

Please sign in to comment.