mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-08 01:46:35 +00:00
Fix copy on button to clear the selected background image (#23546)
This commit is contained in:
parent
486038c426
commit
2206644c47
@ -95,7 +95,7 @@ export class HaPictureUpload extends LitElement {
|
|||||||
<ha-button
|
<ha-button
|
||||||
@click=${this._handleChangeClick}
|
@click=${this._handleChangeClick}
|
||||||
.label=${this.hass.localize(
|
.label=${this.hass.localize(
|
||||||
"ui.components.picture-upload.change_picture"
|
"ui.components.picture-upload.clear_picture"
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
</ha-button>
|
</ha-button>
|
||||||
|
@ -756,7 +756,7 @@
|
|||||||
},
|
},
|
||||||
"picture-upload": {
|
"picture-upload": {
|
||||||
"label": "Add picture",
|
"label": "Add picture",
|
||||||
"change_picture": "Change picture",
|
"clear_picture": "Clear picture",
|
||||||
"current_image_alt": "Current picture",
|
"current_image_alt": "Current picture",
|
||||||
"supported_formats": "Supports JPEG, PNG, or GIF image.",
|
"supported_formats": "Supports JPEG, PNG, or GIF image.",
|
||||||
"unsupported_format": "Unsupported format, please choose a JPEG, PNG, or GIF image.",
|
"unsupported_format": "Unsupported format, please choose a JPEG, PNG, or GIF image.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user