···1212 <header>Post To Retweet</header>
1313 <input type="text" id="repostRecordURL" placeholder="https://" />
1414 <small>This must be a post, it cannot be anything else.
1515- It must also exist, and be reachable
1515+ The post must also exist, and be reachable at the scheduled time
1616 (i.e. a post that's not deleted, nor are you forbidden from seeing it)</small>
1717 <blockquote id="repostTitleSection">
1818- <label for="repostTitle">Repost Title (Optional)</label>
1919- <input type="text" id="repostTitle" maxlength={MAX_POSTED_LENGTH} />
2020- <small>A name or simple phrase to help you organize reposts. Max {MAX_POSTED_LENGTH} characters. Will update existing titles.</small>
1818+ <label for="repostTitle">Retweet Title <small>(Optional)</small></label>
1919+ <input type="text" id="repostTitle" maxlength={MAX_POSTED_LENGTH} placeholder="Leave blank to use existing/generated title" />
2020+ <small>A name or simple phrase to help you organize retweets. Max {MAX_POSTED_LENGTH} characters. Will update existing titles, cannot be used on scheduled posts.</small>
2121 </blockquote>
2222 </article>
2323 <ScheduleOptions timeID="repostTime" allowNow={false} type="retweet" header="Retweet At" />