publish form recon

This commit is contained in:
zeppi 2021-07-22 23:58:15 -04:00 committed by jessopb
parent ffad52d5b7
commit 0987c6e94f

View file

@ -182,9 +182,9 @@ function PublishForm(props: Props) {
} }
} else { } else {
if (editingURI) { if (editingURI) {
customSubtitle = __('Update your video'); customSubtitle = __('Update your content');
} else { } 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) {
<Button <Button
key={String(modeName)} key={String(modeName)}
icon={modeName} icon={modeName}
iconSize={18}
label={__(MODE_TO_I18N_STR[String(modeName)] || '---')} label={__(MODE_TO_I18N_STR[String(modeName)] || '---')}
button="alt" button="alt"
onClick={() => { onClick={() => {