Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Translate sad girl illustration alt
  • Loading branch information
benceruleanlu committed Dec 9, 2025
commit f2ca02bcefe1ff61d2f3fc71d157e08274af1dc8
4 changes: 1 addition & 3 deletions apps/desktop-ui/src/views/NotSupportedView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
<BaseViewTemplate>
<div class="sad-container">
<!-- Right side image -->
<!-- eslint-disable @intlify/vue-i18n/no-raw-text -->
<img
class="sad-girl"
src="/assets/images/sad_girl.png"
alt="Sad girl illustration"
:alt="$t('notSupported.illustrationAlt')"
/>
<!-- eslint-enable @intlify/vue-i18n/no-raw-text -->

<div class="no-drag sad-text flex items-center">
<div class="flex flex-col gap-8 p-8 min-w-110">
Expand Down
3 changes: 2 additions & 1 deletion src/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@
"notSupported": {
"title": "Your device is not supported",
"message": "Only following devices are supported:",
"illustrationAlt": "Sad girl illustration",
"learnMore": "Learn More",
"reportIssue": "Report Issue",
"supportedDevices": {
Expand Down Expand Up @@ -2273,4 +2274,4 @@
"inputsNoneTooltip": "Node has no inputs",
"nodeState": "Node state"
}
}
}
Loading