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.')}

+
) : ( setCoverError(true)} /> ))} diff --git a/ui/component/selectAsset/view.jsx b/ui/component/selectAsset/view.jsx index 469a67e94..817f58980 100644 --- a/ui/component/selectAsset/view.jsx +++ b/ui/component/selectAsset/view.jsx @@ -118,7 +118,7 @@ function SelectAsset(props: Props) {