Skip to content

Commit

Permalink
Remove aria-label from <div>
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Jan 17, 2024
1 parent b7d6ad4 commit f995fbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions l10n/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ msgstr ""
msgid "Home"
msgstr ""

msgid "MIME type {mime}"
msgstr ""

msgid "Modified"
msgstr ""

Expand Down Expand Up @@ -107,8 +104,5 @@ msgstr ""
msgid "Undo"
msgstr ""

msgid "unknown"
msgstr ""

msgid "Upload some content or sync with your devices!"
msgstr ""
1 change: 0 additions & 1 deletion lib/components/FilePicker/FilePreview.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<template>
<div :style="canLoadPreview ? { backgroundImage: `url(${previewURL})`} : undefined"
:aria-label="t('MIME type {mime}', { mime: node.mime || t('unknown') })"
:class="fileListIconStyles['file-picker__file-icon']">
<template v-if="!canLoadPreview">
<IconFile v-if="isFile" :size="20" />
Expand Down

0 comments on commit f995fbc

Please sign in to comment.