Skip to content

Commit

Permalink
fix(i18n): Fixed grammar
Browse files Browse the repository at this point in the history
Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven authored Jan 9, 2024
1 parent 2fb1bae commit e07bb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export class App extends Component<{}, AppState> implements OC.Plugin<OC.Search.
<h3>{ t('groupfolders', 'Group folder admin delegation') }</h3>
<p><em>{ t('groupfolders', 'Nextcloud allows you to delegate the administration of group folders to non-admin users.') }</em></p>
<p><em>{ t('groupfolders', 'Specify below the groups that will be allowed to manage group folders and use its API/REST.') }</em></p>
<p className="end-description-delegation"><em>{ t('groupfolders', 'They will have access to all Groupfolders.') }</em></p>
<p className="end-description-delegation"><em>{ t('groupfolders', 'They will have access to all group folders.') }</em></p>
{/* @ts-expect-error Typescript error due to async react component */}
<AdminGroupSelect
groups={this.state.groups}
Expand Down

0 comments on commit e07bb48

Please sign in to comment.