mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-07 17:36: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
|
||||
@click=${this._handleChangeClick}
|
||||
.label=${this.hass.localize(
|
||||
"ui.components.picture-upload.change_picture"
|
||||
"ui.components.picture-upload.clear_picture"
|
||||
)}
|
||||
>
|
||||
</ha-button>
|
||||
|
@ -756,7 +756,7 @@
|
||||
},
|
||||
"picture-upload": {
|
||||
"label": "Add picture",
|
||||
"change_picture": "Change picture",
|
||||
"clear_picture": "Clear picture",
|
||||
"current_image_alt": "Current picture",
|
||||
"supported_formats": "Supports 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