]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix typo in move or copy dialog
authorJoas Schilling <coding@schilljs.com>
Mon, 18 Dec 2023 14:25:44 +0000 (15:25 +0100)
committerJoas Schilling <coding@schilljs.com>
Mon, 18 Dec 2023 14:25:44 +0000 (15:25 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/files/src/actions/moveOrCopyAction.ts

index 9a9f8ba805f7bc200dd84c98f0f6ae8642b7c9a9..3d27df3722691df86d4588f4d57a18af2eb707e0 100644 (file)
@@ -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