Skip to content

Commit

Permalink
Merge pull request #969 from PlanoramaEvents/plan-938-change-label-text
Browse files Browse the repository at this point in the history
PLAN-938 Label texts changed to match string in Jira task
  • Loading branch information
Gailbear authored Feb 28, 2024
2 parents 8562b1a + ece7d37 commit 6dee500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/javascript/constants/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ module.exports = {
registration_number: "Ticket Number",
global_diaspora: "Member of the global diaspora",
non_anglophone: "Represent something other than a purely anglophone perspective",
excluded_demographic_categories: "Demographic categories that apply, but should not be discussed on panels that include participant",
excluded_demographic_categories: "Participant's demographic categories that should not be discussed on panels that include them",
},
PERSON_SAVE_SUCCESS: "Profile record saved successfully",
PERSON_NEVER_LOGGED_IN: "Never logged in",
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/profile/person_details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</b-form-group>
</validation-provider>
<validation-provider name="Demographic categories to not discuss">
<b-form-group label="Demographic categories that apply, but should not be discussed on panels that include participant">
<b-form-group label="Participant's demographic categories that should not be discussed on panels that include them">
<!-- TODO change edit permissions to sensitive data tickybox -->
<b-form-textarea v-if="canEditSensitiveInfo" v-model="fields.excluded_demographic_categories"></b-form-textarea>
<b-form-textarea v-if="!canEditSensitiveInfo" disabled value="Restricted"></b-form-textarea>
Expand Down

0 comments on commit 6dee500

Please sign in to comment.