diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2022-05-13 13:09:39 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-05-16 20:17:25 +0000 |
commit | ec6f28b52db703f8639f8710074d955d80f68abe (patch) | |
tree | 826e9588ce0663c6f7602f7c7f425151c60ec087 /apps/workflowengine/src/components | |
parent | 52bb29bde117f13d8df106bdc6862efe12314448 (diff) | |
download | nextcloud-server-ec6f28b52db703f8639f8710074d955d80f68abe.tar.gz nextcloud-server-ec6f28b52db703f8639f8710074d955d80f68abe.zip |
l10n: Changed spelling
See https://en.wikipedia.org/wiki/MIME for details.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/workflowengine/src/components')
-rw-r--r-- | apps/workflowengine/src/components/Checks/FileMimeType.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/workflowengine/src/components/Checks/FileMimeType.vue b/apps/workflowengine/src/components/Checks/FileMimeType.vue index 56a7c1d0ec4..1b227fb549a 100644 --- a/apps/workflowengine/src/components/Checks/FileMimeType.vue +++ b/apps/workflowengine/src/components/Checks/FileMimeType.vue @@ -102,7 +102,7 @@ export default { customValue() { return { icon: 'icon-settings-dark', - label: t('workflowengine', 'Custom mimetype'), + label: t('workflowengine', 'Custom MIME type'), pattern: '', } }, |