diff --git a/static/app-strings.json b/static/app-strings.json
index d6c2cc202..e12e8ba5e 100644
--- a/static/app-strings.json
+++ b/static/app-strings.json
@@ -2215,5 +2215,6 @@
"If you set a limit, playing videos may exceed your limit until cleanup runs every 30 minutes.": "If you set a limit, playing videos may exceed your limit until cleanup runs every 30 minutes.",
"Enable Data Hosting": "Enable Data Hosting",
"Data over the limit will be deleted within 30 minutes. This will make the Yrbl cry a little bit.": "Data over the limit will be deleted within 30 minutes. This will make the Yrbl cry a little bit.",
+ "Choose %asset%": "Choose %asset%",
"--end--": "--end--"
}
diff --git a/ui/component/channelEdit/view.jsx b/ui/component/channelEdit/view.jsx
index c06664238..48a97912a 100644
--- a/ui/component/channelEdit/view.jsx
+++ b/ui/component/channelEdit/view.jsx
@@ -292,7 +292,9 @@ function ChannelForm(props: Props) {
{params.coverUrl &&
(coverError && isUpload.cover ? (
-
{__('This will be visible in a few minutes.')}
+
+
{__('Uploaded image will be visible in a few minutes.')}