Skip to content

Commit 034a475

Browse files
author
Dmytro Vilchynskyi
committed
MAGETWO-36131: Update Content in Magento 2 by Modules - part 3
- fixes after CR
1 parent 3167a68 commit 034a475

File tree

19 files changed

+28
-28
lines changed

19 files changed

+28
-28
lines changed

app/code/Magento/Backend/etc/adminhtml/system.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,15 @@
180180
<group id="translate_inline" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
181181
<label>Translate Inline</label>
182182
<field id="active" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
183-
<label>Enabled for Frontend</label>
183+
<label>Enabled for Storefront</label>
184184
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
185185
<backend_model>Magento\Config\Model\Config\Backend\Translate</backend_model>
186186
</field>
187187
<field id="active_admin" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0">
188188
<label>Enabled for Admin</label>
189189
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
190190
<backend_model>Magento\Config\Model\Config\Backend\Translate</backend_model>
191-
<comment>Translate, blocks and other output caches should be disabled for both frontend and admin inline translations.</comment>
191+
<comment>Translate, blocks and other output caches should be disabled for both Storefront and Admin inline translations.</comment>
192192
</field>
193193
</group>
194194
<group id="js" translate="label" type="text" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
@@ -509,10 +509,10 @@
509509
<comment>May be empty or start with {{secure_base_url}}, or {{unsecure_base_url}} placeholder.</comment>
510510
</field>
511511
<field id="use_in_frontend" translate="label" type="select" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
512-
<label>Use Secure URLs in Frontend</label>
512+
<label>Use Secure URLs on Storefront</label>
513513
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
514514
<backend_model>Magento\Config\Model\Config\Backend\Secure</backend_model>
515-
<comment>Enter https protocol to use Secure URLs in Frontend.</comment>
515+
<comment>Enter https protocol to use Secure URLs on Storefront.</comment>
516516
</field>
517517
<field id="use_in_adminhtml" translate="label" type="select" sortOrder="60" showInDefault="1" showInWebsite="0" showInStore="0">
518518
<label>Use Secure URLs in Admin</label>
@@ -552,7 +552,7 @@
552552
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
553553
</field>
554554
<field id="use_frontend_sid" translate="label comment" type="select" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="0">
555-
<label>Use SID on Frontend</label>
555+
<label>Use SID on Storefront</label>
556556
<comment>Allows customers to stay logged in when switching between different stores.</comment>
557557
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
558558
</field>

app/code/Magento/Captcha/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<group id="captcha" translate="label" type="text" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="0">
8383
<label>CAPTCHA</label>
8484
<field id="enable" translate="label" type="select" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="0">
85-
<label>Enable CAPTCHA on Frontend</label>
85+
<label>Enable CAPTCHA on Storefront</label>
8686
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
8787
</field>
8888
<field id="font" translate="label" type="select" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="0">

app/code/Magento/Catalog/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</field>
3636
</group>
3737
<group id="frontend" translate="label" type="text" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
38-
<label>Frontend</label>
38+
<label>Storefront</label>
3939
<field id="list_mode" translate="label" type="select" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
4040
<label>List Mode</label>
4141
<source_model>Magento\Catalog\Model\Config\Source\ListMode</source_model>

app/code/Magento/CatalogInventory/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<validate>validate-number</validate>
3333
</field>
3434
<field id="display_product_stock_status" translate="label" type="select" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
35-
<label>Display products availability in stock in the frontend</label>
35+
<label>Display products availability in stock on Storefront.</label>
3636
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
3737
</field>
3838
</group>

app/code/Magento/Cms/Setup/InstallData.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function install(ModuleDataSetupInterface $setup, ModuleContextInterface
107107
<div class="message info">
108108
<span>
109109
Please replace this text with you Privacy Policy.
110-
Please add any additional cookies your website uses below (e.g., Google Analytics)
110+
Please add any additional cookies your website uses below (e.g. Google Analytics).
111111
</span>
112112
</div>
113113
<p>
@@ -258,7 +258,7 @@ public function install(ModuleDataSetupInterface $setup, ModuleContextInterface
258258
</tr>
259259
<tr>
260260
<th>FRONTEND</th>
261-
<td>You sesssion ID on the server.</td>
261+
<td>You session ID on the server.</td>
262262
</tr>
263263
<tr>
264264
<th>GUEST-VIEW</th>

app/code/Magento/Customer/Controller/Account/CreatePost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public function execute()
249249
// @codingStandardsIgnoreStart
250250
$this->messageManager->addSuccess(
251251
__(
252-
'Account confirmation is required. Please check your email for the confirmation link. To resend the confirmation email please <a href="%1">click here</a>.',
252+
'You must confirm your account. Please check your email for the confirmation link or <a href="%1">click here</a> for a new link.',
253253
$email
254254
)
255255
);

app/code/Magento/Customer/etc/adminhtml/system.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
<backend_model>Magento\Customer\Model\Config\Backend\CreateAccount\DisableAutoGroupAssignDefault</backend_model>
8383
</field>
8484
<field id="vat_frontend_visibility" translate="label" type="select" sortOrder="58" showInDefault="1" showInWebsite="1" showInStore="0">
85-
<label>Show VAT Number on Frontend</label>
86-
<comment>To show VAT number on frontend, set Show VAT Number on Frontend option to Yes.</comment>
85+
<label>Show VAT Number on Storefront</label>
86+
<comment>To show VAT number on Storefront, set "Show VAT Number on Storefront" option to Yes.</comment>
8787
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
8888
</field>
8989
<field id="email_domain" translate="label" type="text" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1">

app/code/Magento/Customer/view/frontend/templates/form/register.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
</fieldset>
154154
<div class="actions-toolbar">
155155
<div class="primary">
156-
<button type="submit" class="action submit primary" title="<?php echo __('Create account') ?>"><span><?php echo __('Create account') ?></span></button>
156+
<button type="submit" class="action submit primary" title="<?php echo __('Create an Account') ?>"><span><?php echo __('Create an Account') ?></span></button>
157157
</div>
158158
<div class="secondary">
159159
<a class="action back" href="<?php echo $block->escapeUrl($block->getBackUrl()) ?>"><span><?php echo __('Back') ?></span></a>

app/code/Magento/GoogleOptimizer/Helper/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function addGoogleoptimizerFields(DataForm $form, ModelCode $experimentCo
3535
'value' => $experimentCodeModel ? $experimentCodeModel->getExperimentScript() : '',
3636
'class' => 'textarea googleoptimizer',
3737
'required' => false,
38-
'note' => __('Note: Experiment code should be added to the original page only.')
38+
'note' => __('Experiment code should be added to the original page only.')
3939
]
4040
);
4141

app/code/Magento/GoogleOptimizer/Test/Unit/Helper/FormTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ protected function _prepareFormMock($experimentCode, $experimentCodeId)
118118
'value' => $experimentCode,
119119
'class' => 'textarea googleoptimizer',
120120
'required' => false,
121-
'note' => 'Note: Experiment code should be added to the original page only.'
121+
'note' => 'Experiment code should be added to the original page only.'
122122
]
123123
);
124124

0 commit comments

Comments
 (0)