From e07bb48d91f64b4d7543b610f960ef02ef2cb660 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Tue, 9 Jan 2024 21:45:37 +0100 Subject: [PATCH] fix(i18n): Fixed grammar Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- src/settings/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings/App.tsx b/src/settings/App.tsx index 3b5adba5d..6d5659bf2 100644 --- a/src/settings/App.tsx +++ b/src/settings/App.tsx @@ -188,7 +188,7 @@ export class App extends Component<{}, AppState> implements OC.Plugin{ t('groupfolders', 'Group folder admin delegation') }

{ t('groupfolders', 'Nextcloud allows you to delegate the administration of group folders to non-admin users.') }

{ t('groupfolders', 'Specify below the groups that will be allowed to manage group folders and use its API/REST.') }

-

{ t('groupfolders', 'They will have access to all Groupfolders.') }

+

{ t('groupfolders', 'They will have access to all group folders.') }

{/* @ts-expect-error Typescript error due to async react component */}