Skip to content

Commit

Permalink
Merge pull request #970 from PlanoramaEvents/plan-937-fix-programme-s…
Browse files Browse the repository at this point in the history
…pelling

PLAN-937 change program to programme for profile fields
  • Loading branch information
Gailbear authored Feb 28, 2024
2 parents 6dee500 + c7fc90f commit dd80067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/javascript/constants/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ module.exports = {
do_not_assign_with: "Anyone that should not be assigned to be on a panel with participant",
is_local: "Local to the event",
moderation_experience: "Moderating Experience",
can_stream: "Permission to be included in a livestreamed program",
can_record: "Permission to be included in a recorded program",
can_stream: "Permission to be included in a livestreamed programme",
can_record: "Permission to be included in a recorded programme",
can_stream_exceptions: "Livestreams excluded topics",
can_record_exceptions: "Recordings excluded topics",
name: "Name",
Expand Down
4 changes: 2 additions & 2 deletions app/javascript/profile/person_details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
</b-form-group>
</validation-provider>

<b-form-group label="Permission to be included in a livestreamed program">
<b-form-group label="Permission to be included in a livestreamed programme">
<validation-provider>
<b-form-radio-group
stacked
Expand All @@ -131,7 +131,7 @@
<b-textarea v-model="fields.can_stream_exceptions"></b-textarea>
</validation-provider>
</b-form-group>
<b-form-group label="Permission to be included in a recorded program">
<b-form-group label="Permission to be included in a recorded programme">
<validation-provider>
<b-form-radio-group stacked v-model="fields.can_record" >
<b-form-radio :value="yesLabel.value">{{yesLabel.label}}</b-form-radio>
Expand Down

0 comments on commit dd80067

Please sign in to comment.