Skip to content

Commit

Permalink
adjust label for AllowEdit
Browse files Browse the repository at this point in the history
Signed-off-by: Timotheus Pokorra <[email protected]>
  • Loading branch information
tpokorra committed Jan 9, 2025
1 parent 395e687 commit ef36232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SidebarTabs/SettingsSidebarTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
type="switch"
:disabled="disableAllowEdit"
@update:checked="onAllowEditChange">
{{ t('forms', 'Allow editing and deleting responses per person') }}
{{ t('forms', 'Allow editing responses per person') }}
</NcCheckboxRadioSwitch>
<NcCheckboxRadioSwitch
:checked="formExpires"
Expand Down

0 comments on commit ef36232

Please sign in to comment.