Subscriptions Block: Inconsistent placeholder text for subscribe button in wpcom between editor and front end #18704
Labels
[Block] Subscriptions
[Closed] Duplicate
Duplicate of an existing issue.
[Type] Bug
When a feature is broken and / or not performing as intended
In wpcom, the placeholder text for the submit button in the Subscriptions block is rendered as
Subscribe
in the editor, however we override the defaults for the rendering of the block to useFollow
if the block is rendered in a wpcom environment. This makes for a small but slightly confusing difference between the editor and the front end.The subscribe button is set to use the word
Follow
in its default placeholder text in this line:jetpack/projects/plugins/jetpack/modules/subscriptions/views.php
Line 658 in e13487d
Shall we update this to use the word
Subscribe
instead so that it matches?Steps to reproduce the issue
/new
that includes the block, such as Bowen)Follow
What I expected
Consistency between the editor view and the front end view. In this case as reported by @p-jackson I expected to see
Subscribe
instead of follow.What happened instead
The button rendered with
Follow
as the placeholder text.Screenshots
Editor view:
Front end view:
The text was updated successfully, but these errors were encountered: