Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2022-05-13 14:09:39 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-05-16 23:17:25 +0300
commitec6f28b52db703f8639f8710074d955d80f68abe (patch)
tree826e9588ce0663c6f7602f7c7f425151c60ec087 /apps/workflowengine/src
parent52bb29bde117f13d8df106bdc6862efe12314448 (diff)
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')
-rw-r--r--apps/workflowengine/src/components/Checks/FileMimeType.vue2
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: '',
}
},