Skip to content

Commit f225bf9

Browse files
authored
Merge pull request #42354 from nextcloud/bugfix/noid/typo-in-move-or-copy
Typo in move or copy
2 parents 455a6d1 + f584738 commit f225bf9

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

apps/files/src/actions/moveOrCopyAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export const handleCopyMoveNodeTo = async (node: Node, destination: Folder, meth
145145
*/
146146
const openFilePickerForAction = async (action: MoveCopyAction, dir = '/', nodes: Node[]): Promise<MoveCopyResult> => {
147147
const fileIDs = nodes.map(node => node.fileid).filter(Boolean)
148-
const filePicker = getFilePickerBuilder(t('files', 'Chose destination'))
148+
const filePicker = getFilePickerBuilder(t('files', 'Choose destination'))
149149
.allowDirectories(true)
150150
.setFilter((n: Node) => {
151151
// We only want to show folders that we can create nodes in

dist/files-init.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-init.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)