mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-27 04:52:56 +00:00
Fix desktop translation for browser media source (#27293)
Fix translation for desktop
This commit is contained in:
@@ -328,9 +328,13 @@ export class BarMediaPlayer extends SubscribeMixin(LitElement) {
|
||||
</span>
|
||||
${this.narrow
|
||||
? nothing
|
||||
: stateObj
|
||||
? computeStateName(stateObj)
|
||||
: this.entityId}
|
||||
: isBrowser
|
||||
? this.hass.localize(
|
||||
"ui.components.media-browser.web-browser"
|
||||
)
|
||||
: stateObj
|
||||
? computeStateName(stateObj)
|
||||
: this.entityId}
|
||||
<ha-svg-icon
|
||||
slot="end"
|
||||
.path=${mdiChevronDown}
|
||||
|
||||
Reference in New Issue
Block a user