Skip to content

Commit

Permalink
chore(client,manager): add new messages for consent form option (#2226)
Browse files Browse the repository at this point in the history
* chore(client, manager): add new messages for consent form option

* Allow for multiple scopes.
  • Loading branch information
sbruens authored Oct 4, 2024
1 parent 467a415 commit a793277
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: npm ci

- name: Ensure Commitizen Format
uses: JulienKode/pull-request-name-linter-action@98794a8b815ec05560813c42e55fd8d32d3fd248
uses: JulienKode/pull-request-name-linter-action@v0.5.0

size_label:
name: Change Size Label
Expand Down
24 changes: 4 additions & 20 deletions client/resources/original_messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,26 +566,6 @@
"description": "Label of a Contact Support form input field.",
"message": "Where did you get your access key?"
},
"support_form_cloud_provider_aws": {
"description": "Item in a dropdown menu to select the cloud provider that the user is contacting support about.",
"message": "Amazon Web Services"
},
"support_form_cloud_provider_digitalocean": {
"description": "Item in a dropdown menu to select the cloud provider that the user is contacting support about.",
"message": "DigitalOcean"
},
"support_form_cloud_provider_gcloud": {
"description": "Item in a dropdown menu to select the cloud provider that the user is contacting support about.",
"message": "Google Cloud"
},
"support_form_cloud_provider_other": {
"description": "Item in a dropdown menu to select an unknown cloud provider that the user is contacting support about.",
"message": "Other"
},
"support_form_cloud_provider": {
"description": "Label of a Contact Support form input field.",
"message": "Cloud Provider"
},
"support_form_description": {
"description": "Label of a Contact Support form input field.",
"message": "Description of the issue"
Expand All @@ -598,6 +578,10 @@
"description": "Label of a Contact Support form input field.",
"message": "Email"
},
"support_form_outreach_consent": {
"description": "Label for a consent checkbox that opts users in to being contacted in the future.",
"message": "Yes, I'd like to sign up to be contacted about collaboration opportunities."
},
"support_form_required_field": {
"description": "Text on a Contact Support form indicating that a field is required.",
"message": "Required field"
Expand Down
4 changes: 4 additions & 0 deletions server_manager/messages/master_messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1393,6 +1393,10 @@
"description": "Label of a Contact Support form input field.",
"message": "Email"
},
"support_form_outreach_consent": {
"description": "Label for a consent checkbox that opts users in to being contacted in the future.",
"message": "Yes, I'd like to sign up to be contacted about collaboration opportunities."
},
"support_form_required_field": {
"description": "Text on a Contact Support form indicating that a field is required.",
"message": "Required field"
Expand Down

0 comments on commit a793277

Please sign in to comment.