Skip to content

Commit 520d8f1

Browse files
committed
Fixed inconsistent capitalization of heading
1 parent 6f1a6f7 commit 520d8f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/code/Magento/Email/Test/Mftf/ActionGroup/EmailTemplateActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<amOnPage url="{{AdminEmailTemplateIndexPage.url}}" stepKey="navigateToEmailTemplatePage"/>
2222
<!--Click "Add New Template" button-->
2323
<click selector="{{AdminMainActionsSection.add}}" stepKey="clickAddNewTemplateButton"/>
24-
<!--Select value for "Template" drop-down menu in "Load default template" tab-->
24+
<!--Select value for "Template" drop-down menu in "Load Default Template" tab-->
2525
<selectOption selector="{{AdminEmailTemplateEditSection.templateDropDown}}" userInput="Registry Update" stepKey="selectValueFromTemplateDropDown"/>
2626
<!--Fill in required fields in "Template Information" tab and click "Save Template" button-->
2727
<click selector="{{AdminEmailTemplateEditSection.loadTemplateButton}}" stepKey="clickLoadTemplateButton"/>

app/code/Magento/Email/i18n/en_US.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ City,City
7272
"We're sorry, an error has occurred while generating this content.","We're sorry, an error has occurred while generating this content."
7373
"Invalid sender data","Invalid sender data"
7474
Title,Title
75-
"Load default template","Load default template"
75+
"Load Default Template","Load Default Template"
7676
Template,Template
7777
"Are you sure you want to strip tags?","Are you sure you want to strip tags?"
7878
"Are you sure you want to delete this template?","Are you sure you want to delete this template?"

app/code/Magento/Email/view/adminhtml/templates/template/edit.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use Magento\Framework\App\TemplateTypesInterface;
1212
<form action="<?= $block->escapeUrl($block->getLoadUrl()) ?>" method="post" id="email_template_load_form">
1313
<?= $block->getBlockHtml('formkey') ?>
1414
<fieldset class="admin__fieldset form-inline">
15-
<legend class="admin__legend"><span><?= $block->escapeHtml(__('Load default template')) ?></span></legend><br>
15+
<legend class="admin__legend"><span><?= $block->escapeHtml(__('Load Default Template')) ?></span></legend><br>
1616
<div class="admin__field">
1717
<label class="admin__field-label" for="template_select"><?= $block->escapeHtml(__('Template')) ?></label>
1818
<div class="admin__field-control">

0 commit comments

Comments
 (0)