From 0987c6e94f49f2884d12714605a3745248ee1e79 Mon Sep 17 00:00:00 2001 From: zeppi Date: Thu, 22 Jul 2021 23:58:15 -0400 Subject: [PATCH] publish form recon --- ui/component/publishForm/view.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) {