We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783eef3 commit 92fb28cCopy full SHA for 92fb28c
l10n/messages.pot
@@ -59,7 +59,7 @@ msgstr ""
59
msgid "Home"
60
msgstr ""
61
62
-msgid "Mime type {mime}"
+msgid "MIME type {mime}"
63
64
65
msgid "Modified"
lib/components/FilePicker/FilePreview.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div :style="canLoadPreview ? { backgroundImage: `url(${previewURL})`} : undefined"
3
- :aria-label="t('Mime type {mime}', { mime: node.mime || t('unknown') })"
+ :aria-label="t('MIME type {mime}', { mime: node.mime || t('unknown') })"
4
class="file-picker__file-icon">
5
<template v-if="!canLoadPreview">
6
<IconFile v-if="isFile" :size="20" />
0 commit comments