Skip to content

Commit

Permalink
s/invitee/invite/
Browse files Browse the repository at this point in the history
  • Loading branch information
smoyte committed Sep 18, 2023
1 parent 0f91f59 commit 206d6c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/models/community.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ class Community < ApplicationRecord
{key: :default_capacity, type: :integer, required: true, default: 50},
{key: :show_reimb_form, type: :boolean, default: false},
{key: :cooks_can_finalize, type: :boolean, default: false},
{key: :cooks_can_change_invitees, type: :boolean, default: false},
{key: :default_invitees, type: :enum, options: %w[all own], default: "all", required: true},
{key: :cooks_can_change_invites, type: :boolean, default: false},
{key: :default_invites, type: :enum, options: %w[all own], default: "all", required: true},
{key: :allow_job_signup_on_meal_page, type: :boolean, default: true},
{key: :reminder_lead_times, type: :group, fields: [
{key: :diner, type: :integer, required: true, default: 0},
Expand Down
10 changes: 5 additions & 5 deletions config/locales/en/custom_fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ en:
allergens: "Allergens"
show_reimb_form: "Show printable reimbursement form"
cooks_can_finalize: "Cooks can finalize meals"
cooks_can_change_invitees: "Cooks can change meal communities"
default_invitees: "Default Meal Communities"
cooks_can_change_invites: "Cooks can change meal communities"
default_invites: "Default Meal Communities"
allow_job_signup_on_meal_page: "Allow meal job signup on meal page"
default_capacity: "Default Capacity"
reminder_lead_times:
Expand Down Expand Up @@ -74,8 +74,8 @@ en:
allergens: "Comma-separated list of allergens cooks select from when posting menus."
show_reimb_form: "Whether to show a printable reimbursement form (including grocery and pantry amounts and reimbursement method) on the meal summary page. Uncheck if you prefer an electronic reimbursement process."
cooks_can_finalize: "Whether head cooks can finalize meals in addition to billers, meals coordinators, and admins."
cooks_can_change_invitees: "Whether head cooks can change which communities are invited to a meal."
default_invitees: "Which communities are invited to a meal by default."
cooks_can_change_invites: "Whether head cooks can change which communities are invited to a meal."
default_invites: "Which communities are invited to a meal by default."
allow_job_signup_on_meal_page: "Whether diners can volunteer to help out with a meal while signing up to attend the meal."
default_capacity: "The default setting for how many people a meal can accommodate."
reminder_lead_times:
Expand Down Expand Up @@ -122,7 +122,7 @@ en:
name: "By Name"
unit: "By Unit"
meals:
default_invitees:
default_invites:
all: "All Communities"
own: "Own Community Only"
work:
Expand Down

0 comments on commit 206d6c6

Please sign in to comment.