Rename styles labels

[MAILPOET-1436]
This commit is contained in:
Pavel Dohnal
2018-07-10 15:59:49 +01:00
parent 0a5c3f021f
commit 9c838f02a6

View File

@@ -72,12 +72,12 @@
<div class="mailpoet_form_field"> <div class="mailpoet_form_field">
<span> <span>
<span><input type="text" class="mailpoet_color" size="6" maxlength="6" name="newsletter-color" value="{{ model.wrapper.backgroundColor }}" id="mailpoet_newsletter_background_color"></span> <span><input type="text" class="mailpoet_color" size="6" maxlength="6" name="newsletter-color" value="{{ model.wrapper.backgroundColor }}" id="mailpoet_newsletter_background_color"></span>
</span><%= __('Newsletter') %> </span><%= __('Content background') %>
</div> </div>
<div class="mailpoet_form_field"> <div class="mailpoet_form_field">
<span> <span>
<span><input type="text" class="mailpoet_color" size="6" maxlength="6" name="background-color" value="{{ model.body.backgroundColor }}" id="mailpoet_background_color"></span> <span><input type="text" class="mailpoet_color" size="6" maxlength="6" name="background-color" value="{{ model.body.backgroundColor }}" id="mailpoet_background_color"></span>
</span><%= __('Background') %> </span><%= __('Global background') %>
</div> </div>
</form> </form>
</div> </div>