Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/meteor/client/views/admin/permissions/RoleForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const RoleForm = ({ className, editing = false, isProtected = false, isDisabled
<FieldRow>
<TextInput placeholder={t('Description')} disabled={isDisabled} {...register('description')} />
</FieldRow>
<FieldHint>Leave the description field blank if you dont want to show the role</FieldHint>
<FieldHint>{t('Leave_the_description_field_blank_if_you_dont_want_to_show_the_role')}</FieldHint>
</Field>
<Field className={className}>
<FieldLabel>{t('Scope')}</FieldLabel>
Expand Down
Loading