Skip to content
Snippets Groups Projects
Unverified Commit 509d7480 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Fix typo in attachments button

parent 225cc762
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@
const pickDestination = () => {
return new Promise((res, rej) => {
OC.dialogs.filepicker(
t('mail', 'CChoose a folder to store the attachments in'),
t('mail', 'Choose a folder to store the attachments in'),
res,
false,
'httpd/unix-directory',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment