Skip to content

Commit

Permalink
change program to programme for profile fields
Browse files Browse the repository at this point in the history
  • Loading branch information
balen committed Feb 26, 2024
1 parent fde6294 commit c7fc90f
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 c7fc90f

Please sign in to comment.