From 2206644c47cc46eec1a00d73593dd8653efec37c Mon Sep 17 00:00:00 2001 From: Marcin Date: Thu, 2 Jan 2025 13:44:34 +0100 Subject: [PATCH] Fix copy on button to clear the selected background image (#23546) --- src/components/ha-picture-upload.ts | 2 +- src/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ha-picture-upload.ts b/src/components/ha-picture-upload.ts index 8053151cdb..09796ea3e1 100644 --- a/src/components/ha-picture-upload.ts +++ b/src/components/ha-picture-upload.ts @@ -95,7 +95,7 @@ export class HaPictureUpload extends LitElement { diff --git a/src/translations/en.json b/src/translations/en.json index 01f4d1436a..e5416b9b6f 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -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.",