diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2023-11-26 11:32:03 +0100 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2023-11-28 15:48:58 +0100 |
commit | d87600807250012f61e83cf19a3c9966de344298 (patch) | |
tree | fcc792bbb32f338e23ba66e7ba6f2f22e85ca620 /apps/files_external/src | |
parent | 9064171b273a820987d01125797bdae05e87832f (diff) | |
download | nextcloud-server-d87600807250012f61e83cf19a3c9966de344298.tar.gz nextcloud-server-d87600807250012f61e83cf19a3c9966de344298.zip |
Change to capital letter
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files_external/src')
-rw-r--r-- | apps/files_external/src/actions/openInFilesAction.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/src/actions/openInFilesAction.ts b/apps/files_external/src/actions/openInFilesAction.ts index 8033caed123..36b434fee9c 100644 --- a/apps/files_external/src/actions/openInFilesAction.ts +++ b/apps/files_external/src/actions/openInFilesAction.ts @@ -35,7 +35,7 @@ export const action = new FileAction({ if (config.status !== STORAGE_STATUS.SUCCESS) { return t('files_external', 'Examine this faulty external storage configuration') } - return t('files', 'Open in files') + return t('files', 'Open in Files') }, iconSvgInline: () => '', |