summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-12-18 15:25:44 +0100
committerJoas Schilling <coding@schilljs.com>2024-01-10 08:55:27 +0100
commitb4757495f5ee4cd93e963b1736aa49d3432f170c (patch)
treeb13673c0b1f1a885aa38f10a7f8ec74ab4281542 /apps
parentd2da55c0c5aa3a8847255e17ad6cdbb0d1694fda (diff)
downloadnextcloud-server-b4757495f5ee4cd93e963b1736aa49d3432f170c.tar.gz
nextcloud-server-b4757495f5ee4cd93e963b1736aa49d3432f170c.zip
Fix typo in move or copy dialog
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/files/src/actions/moveOrCopyAction.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/actions/moveOrCopyAction.ts b/apps/files/src/actions/moveOrCopyAction.ts
index 9a9f8ba805f..3d27df37226 100644
--- a/apps/files/src/actions/moveOrCopyAction.ts
+++ b/apps/files/src/actions/moveOrCopyAction.ts
@@ -145,7 +145,7 @@ export const handleCopyMoveNodeTo = async (node: Node, destination: Folder, meth
*/
const openFilePickerForAction = async (action: MoveCopyAction, dir = '/', nodes: Node[]): Promise<MoveCopyResult> => {
const fileIDs = nodes.map(node => node.fileid).filter(Boolean)
- const filePicker = getFilePickerBuilder(t('files', 'Chose destination'))
+ const filePicker = getFilePickerBuilder(t('files', 'Choose destination'))
.allowDirectories(true)
.setFilter((n: Node) => {
// We only want to show folders that we can create nodes in