Skip to content

Commit

Permalink
Update unified feedback form copy (#3371)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/414235014887631/1207701941801991/f
Tech Design URL:
CC:

**Description**:

Update copy as per the Ship Review.

**Steps to test this PR**:
1. CI passes

<!--
Tagging instructions
If this PR isn't ready to be merged for whatever reason it should be
marked with the `DO NOT MERGE` label (particularly if it's a draft)
If it's pending Product Review/PFR, please add the `Pending Product
Review` label.

If at any point it isn't actively being worked on/ready for
review/otherwise moving forward (besides the above PR/PFR exception)
strongly consider closing it (or not opening it in the first place). If
you decide not to close it, make sure it's labelled to make it clear the
PRs state and comment with more information.
-->

**Definition of Done**:

* [ ] Does this PR satisfy our [Definition of
Done](https://app.asana.com/0/1202500774821704/1207634633537039/f)?

---
###### Internal references:
[Pull Request Review
Checklist](https://app.asana.com/0/1202500774821704/1203764234894239/f)
[Software Engineering
Expectations](https://app.asana.com/0/59792373528535/199064865822552)
[Technical Design
Template](https://app.asana.com/0/59792373528535/184709971311943)
[Pull Request
Documentation](https://app.asana.com/0/1202500774821704/1204012835277482/f)
  • Loading branch information
quanganhdo authored Oct 8, 2024
1 parent 4f6509f commit ec9f5eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DuckDuckGo/Common/Localizables/UserText+NetworkProtection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@ extension UserText {
static let itrFeedbackFormCategorySomethingElse = "Something else"

// "ppro.feedback-form.text-1" - Text for the body of the PPro feedback form
static let pproFeedbackFormText1 = "Found an issue not cover in our [help center](duck://)? We definitely want to know about it.\n\nTell us what's going on:"
static let pproFeedbackFormText1 = "Found an issue not covered in our [help center](duck://)? We definitely want to know about it.\n\nTell us what's going on:"
// "ppro.feedback-form.text-2" - Text for the body of the PPro feedback form
static let pproFeedbackFormText2 = "In addition to the details entered above, we send some anonymized info with your feedback:"
static let pproFeedbackFormText2 = "In addition to the details entered into this form, your app issue report will contain:"
// "ppro.feedback-form.text-3" - Bullet text for the body of the PPro feedback form
static let pproFeedbackFormText3 = "• Whether specific browser features are active"
static let pproFeedbackFormText3 = "• Whether specific DuckDuckGo features are enabled"
// "ppro.feedback-form.text-4" - Bullet text for the body of the PPro feedback form
static let pproFeedbackFormText4 = "• Aggregate app diagnostics (e.g., error codes)"
static let pproFeedbackFormText4 = "• Aggregate DuckDuckGo app diagnostics"
// "ppro.feedback-form.text-5" - Text for the body of the PPro feedback form
static let pproFeedbackFormText5 = "By clicking \"Submit\" you agree that DuckDuckGo may use information submitted to improve the app."
static let pproFeedbackFormText5 = "By clicking \"Submit\" I agree that DuckDuckGo may use the information in this report for purposes of improving the app's features."
// "ppro.feedback-form.disclaimer" - Text for the disclaimer of the PPro feedback form
static let pproFeedbackFormDisclaimer = "Reports are anonymous and sent to DuckDuckGo to help improve our service"

Expand Down

0 comments on commit ec9f5eb

Please sign in to comment.