Skip to content

Commit

Permalink
Updated settings strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelschuetze committed Apr 10, 2024
1 parent 185b2a8 commit 7b5b75f
Showing 1 changed file with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -910,26 +910,17 @@ export const meetingSettings: SettingsGroup[] = fillInSettingsDefaults([
},
{
key: `users_forbid_delegator_in_list_of_speakers`,
label: _(`Restrict delegation principals from adding themselves to the list of speakers.`),
helpText: _(
`Enabling this will cause participants, whose voting rights have been delegated, to be unable to add themselves to any list of speakers unless they have managing rights.`
),
label: _(`Restrict delegation principals from adding themselves to the list of speakers`),
type: `boolean`
},
{
key: `users_forbid_delegator_as_submitter`,
label: _(`Restrict delegation principals from creating motions.`),
helpText: _(
`Enabling this will cause participants, whose voting rights have been delegated, to be unable to create motions unless they have managing rights.`
),
label: _(`Restrict delegation principals from creating motions/amendments`),
type: `boolean`
},
{
key: `users_forbid_delegator_as_supporter`,
label: _(`Restrict delegation principals from supporting motions.`),
helpText: _(
`Enabling this will cause participants, whose voting rights have been delegated, to be unable to support motions unless they have managing rights.`
),
label: _(`Restrict delegation principals from supporting motions`),
type: `boolean`
}
]
Expand Down

0 comments on commit 7b5b75f

Please sign in to comment.