Remove duplicate translations and fix indentation
[MAILPOET-2451]
This commit is contained in:
committed by
Jack Kitterhing
parent
62bc8338e8
commit
f284812037
@@ -46,15 +46,8 @@
|
|||||||
'blockSubmitDescription': __('Button used to submit the form.'),
|
'blockSubmitDescription': __('Button used to submit the form.'),
|
||||||
'blockSubmitLabel': _x('Subscribe!', 'a default value for a subscription form button'),
|
'blockSubmitLabel': _x('Subscribe!', 'a default value for a subscription form button'),
|
||||||
'missingObligatoryBlock': __('Email input or submit is missing. Try reloading the form editor.'),
|
'missingObligatoryBlock': __('Email input or submit is missing. Try reloading the form editor.'),
|
||||||
'blockEmail': __('Email'),
|
|
||||||
'blockEmailDescription': __('Input field used to catch subscribers’ email addresses.'),
|
|
||||||
'blockSubmit': __('Submit button'),
|
|
||||||
'blockSubmitDescription': __('Button used to submit the form.'),
|
|
||||||
'blockSubmitLabel': _x('Subscribe!', 'a default value for a subscription form button'),
|
|
||||||
'missingObligatoryBlock': __('Email input or submit is missing. Try reloading the form editor.'),
|
|
||||||
'label': _x('Label', 'settings for a label of an input'),
|
'label': _x('Label', 'settings for a label of an input'),
|
||||||
'displayLabelWithinInput': __('Display label within input')
|
'displayLabelWithinInput': __('Display label within input')
|
||||||
|
|
||||||
}) %>
|
}) %>
|
||||||
<% endblock %>
|
<% endblock %>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user