diff --git a/ui/component/publishForm/view.jsx b/ui/component/publishForm/view.jsx index b2f353d13..c0b0a39af 100644 --- a/ui/component/publishForm/view.jsx +++ b/ui/component/publishForm/view.jsx @@ -182,9 +182,9 @@ function PublishForm(props: Props) { } } else { if (editingURI) { - customSubtitle = __('Update your video'); + customSubtitle = __('Update your content'); } else { - customSubtitle = __('Upload that unlabeled video you found behind the TV in 1991'); + customSubtitle = __('Upload that unlabeled video or cassette you found behind the TV in 1991'); } } @@ -566,6 +566,7 @@ function PublishForm(props: Props) {