Skip to content

Commit

Permalink
Change copy when recovering via email (#4356)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/488551667048375/1206930008157028/f

### Description
See task

### Steps to test this PR
See task
  • Loading branch information
marcosholgado authored Mar 26, 2024
1 parent 8416f21 commit 7634ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ class SubscriptionsWebViewActivity : DuckDuckGoActivity(), DownloadConfirmationD
private fun subscriptionNotFound() {
TextAlertDialogBuilder(this)
.setTitle(string.subscriptionNotFound)
.setMessage(string.subscriptionNotFoundDescription)
.setMessage(string.subscriptionNotFoundEmailDescription)
.setDestructiveButtons(false)
.setPositiveButton(string.ok)
.addEventListener(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<string name="viewPlans">View Plans</string>
<string name="subscriptionNotFound">Subscription Not Found</string>
<string name="subscriptionNotFoundDescription">The subscription associated with this Google Play account is no longer active.</string>
<string name="subscriptionNotFoundEmailDescription">The subscription associated with this email is no longer active, or we could not find it.</string>
<string name="purchaseRestored">Your purchases have been restored.</string>
<string name="restoreSubscriptionTitle">Activate your subscription on this device</string>
<string name="restoreSubscriptionDescription">Access your Privacy Pro subscription on this device via Google Play or an email address.</string>
Expand Down

0 comments on commit 7634ba4

Please sign in to comment.