Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 9a006e3

Browse files
authored
Merge pull request #2212 from magento/ds_checkbox-term-fix
Replaced 'check box' with `checkbox` throughout the site
2 parents 4bd8281 + 4216bdc commit 9a006e3

File tree

16 files changed

+22
-22
lines changed

16 files changed

+22
-22
lines changed

_includes/comp-man/backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To back up:
1616

1717
<img src="{{ site.baseurl }}/common/images/modman_create-backup.png" width="550px" alt="You can back up the Magento 2 file system, media directory, and database">
1818

19-
(If you choose not to back up, clear all check boxes and click **Next**.)
19+
(If you choose not to back up, clear all checkboxes and click **Next**.)
2020

2121
<div class="bs-callout bs-callout-info" id="info">
2222
<p>We strongly recommend you <em>do</em> back up in the event of issues.</p>

guides/m1x/ce18-ee113/ee1.13_release-notes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ <h3 id="ee113-11300-changes">Changes</h3>
10181018
<li>Request Path for any URL Redirect (formerly referred to as <em>URL Rewrite</em></li></ul>
10191019
</li>
10201020
<li><!-- EE -->There is a new management page in the Admin Panel: <strong>System</strong> > <strong>Configuration</strong> > ADVANCED > <strong>Index Management</strong>.</li>
1021-
<li><!-- EE M-->The options on the <strong>System</strong> > <strong>Index Management</strong> are significantly different. In particular, because manual reindexing is no longer required for most indexers, there are fewer check boxes and the page mostly displays status information. </li>
1021+
<li><!-- EE M-->The options on the <strong>System</strong> > <strong>Index Management</strong> are significantly different. In particular, because manual reindexing is no longer required for most indexers, there are fewer checkboxes and the page mostly displays status information. </li>
10221022
<li>In the Admin Panel, <strong>Catalog</strong> > <strong>Manage Products</strong> > <em>edit-product</em> > <strong>General</strong> tab page option <strong>Create Permanent Redirect for old URL if URL key changed</strong> changes to <strong>Create Custom Redirect for old URL</strong>.<br />
10231023
The feature behaves the same way; namely, selecting <strong>Yes</strong> creates a redirect for the old URL that points to the new URL if a page is moved.<br />
10241024
<div class="msg-box important"><img src="{{ site.baseurl }}/common/images/m1x/icon-note.png" alt="note" align="left" width="40"><span><strong>Note</strong>: The wording of this option is expected to change back to the previous wording in a subsequent release.</div>

guides/m1x/other/ht_extend_magento_rest_api.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ <h3 id="secure-role">Creating a REST role for the Coupon AutoGen API</h3>
415415
The Role Resources page contains a hierarchical list of resources to which you can grant or deny the Coupon Auto Generate Demo role access.</li>
416416
<li>From the <strong>Resource Access</strong> list, click <strong>Custom</strong>.</li>
417417
<li><p>Select the checkbox next to the node labeled <strong>CouponDemo API</strong>.</p>
418-
<p id="figure_check-boxes">Magento automatically checks the child check boxes as the following figure shows.</p>
418+
<p id="figure_check-boxes">Magento automatically checks the child checkboxes as the following figure shows.</p>
419419
<img src="{{ site.baseurl }}/common/images/m1x/ht_magento-REST-API_edit_rest_role_api_resources.png" height="203px" width="600px"></li>
420420
<li>Click <strong>Save Role</strong>.<br />
421421
Magento saves the resource API permissions you granted to the Coupon Auto Generate Demo REST role. <br />
@@ -440,7 +440,7 @@ <h3 id="secure-role-attribs">Setting up REST Attributes for the Coupon AutoGen A
440440
<li>On the REST Attributes page, under User Type, click <strong>Admin</strong>.</li>
441441
<li>In the User Type Resources section, from the <strong>Resource Access</strong> list, click <strong>Custom</strong>.</li>
442442
<li>Select the <strong>CouponDemo API</strong> checkbox.<br />
443-
Doing so selects all the child check boxes, as the following figure shows.<br />
443+
Doing so selects all the child checkboxes, as the following figure shows.<br />
444444
<img src="{{ site.baseurl }}/common/images/m1x/ht_magento-REST-API_rest-api-attributes.png" height="263px" width="600px"></li>
445445
<li>Click <strong>Save</strong>.<br />
446446
Any user with the REST Admin role can now read from and write to the Coupon AutoGen API.</li></ol>
@@ -580,8 +580,8 @@ <h3 id="trouble-oauth">OAuth Package Installation Error: `make' failed</h3>
580580
<li>Verify the OAuth installation succeeded as discussed in <a href="#prereq-software-oauth">Confirming that OAuth Installed Successfully</a>.</li></ol>
581581

582582
<h3 id="trouble-admin-panel-options">CouponDemo API Calls Options Don't Display in the Admin Panel</h3>
583-
<p><strong>Problem:</strong> After setting up the CouponDemo configuration files, the <strong>CouponDemo API Calls</strong> check boxes do not display in the Admin Panel. A sample is shown <a href="#figure_check-boxes">in a figure earlier in this guide</a>.</p>
584-
<p><strong>Description:</strong> The <strong>CouponDemo API Calls</strong> check boxes display to indicate you set up the module correctly. If they don't display, either the Magento cache hasn't been entirely cleared or there's something wrong with the directory structure or configuration files.</p>
583+
<p><strong>Problem:</strong> After setting up the CouponDemo configuration files, the <strong>CouponDemo API Calls</strong> checkboxes do not display in the Admin Panel. A sample is shown <a href="#figure_check-boxes">in a figure earlier in this guide</a>.</p>
584+
<p><strong>Description:</strong> The <strong>CouponDemo API Calls</strong> checkboxes display to indicate you set up the module correctly. If they don't display, either the Magento cache hasn't been entirely cleared or there's something wrong with the directory structure or configuration files.</p>
585585
<p><strong>Solution:</strong> Use the following steps to isolate and correct the issue:</p>
586586
<ol><li>Make sure your directory structure is set up <em>exactly</em> as shown in <a href="#figure_dir-structure">this figure earlier in this guide</a>.</li>
587587
<li>Make sure you copied the <em>exact text</em> from the sample configuration files discussed in <a href="#extend-rest-api_create-files">Creating Configuration Files</a>. <em>Do not change anything</em>, and remember that case is important.</li>
@@ -597,7 +597,7 @@ <h3 id="trouble-admin-panel-options">CouponDemo API Calls Options Don't Display
597597
<li>Click <strong>System</strong> > <strong>REST - Roles</strong>.</li>
598598
<li>Click <strong>Coupon Auto Generate Demo</strong>.</li>
599599
<li>In the left navigation bar, click <strong>Role API Resources</strong>.</li>
600-
<li>If the <strong>CouponDemo API Calls</strong> check boxes do not display, double-check <a href="#trouble_xml">all of the <code>.xml</code> configuration files</a> to make sure there is <em>no leading white space</em> (that is, there are no blank lines at the beginning of the files.<br />
600+
<li>If the <strong>CouponDemo API Calls</strong> checkboxes do not display, double-check <a href="#trouble_xml">all of the <code>.xml</code> configuration files</a> to make sure there is <em>no leading white space</em> (that is, there are no blank lines at the beginning of the files.<br />
601601
Remove any blank lines and save the <code>.xml</code> files.</li></ol>
602602

603603
<h3 id="trouble-rest-test">Errors Running rest_test.php</h3>

guides/v2.0/cloud/project/project-integrate-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To generate a token:
3333
1. Log in to GitHub.
3434
2. In your personal settings, on the **Personal access tokens** tab page, click [**Generate new token**](https://github.com/settings/tokens/new){:target="_blank"}.
3535
4. In the **Token description** field, enter a meaningful name.
36-
5. Select check boxes corresponding to how you intend to use the token:
36+
5. Select checkboxes corresponding to how you intend to use the token:
3737

3838
* To integrate with public repositories, select **public_repo**
3939
* To integrate with your personal, private repositories, select **repo**

guides/v2.0/install-gde/install/hosted/hosted_start_php.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ To configure PHP:
2626

2727
4. Click **Set as current**.
2828

29-
The check boxes following the PHP version are referred to as *PHP extensions*.
29+
The checkboxes following the PHP version are referred to as *PHP extensions*.
3030

31-
4. Select all of the following check boxes: **gd**, **intl**, **mbstring**, **mcrypt**, **opcache**, **pdo**, **pdo_mysql**, and **xsl**.
31+
4. Select all of the following checkboxes: **gd**, **intl**, **mbstring**, **mcrypt**, **opcache**, **pdo**, **pdo_mysql**, and **xsl**.
3232

3333
You can optionally select other PHP extensions if you want.
3434

guides/v2.0/release-notes/backward-incompatible-changes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ You can find a `setup_version` parameter in the `<your_Magento_module_dir>/etc/m
113113
</tr>
114114
</table>
115115

116-
* Check boxes and radio buttons work as `on/off` fields.
116+
* Checkboxes and radio buttons work as `on/off` fields.
117117
* Category products grid
118118
* Rendered by a {% glossarytooltip 9bcc648c-bd08-4feb-906d-1e24c4f2f422 %}UI component{% endglossarytooltip %} as a standalone block
119119
* Initialized using the `magento-init` {% glossarytooltip c57aef7c-97b4-4b2b-a999-8001accef1fe %}event{% endglossarytooltip %}

guides/v2.1/cloud/project/project-integrate-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To generate a token:
3333
1. Log in to GitHub.
3434
2. In your personal settings, on the **Personal access tokens** tab page, click [**Generate new token**](https://github.com/settings/tokens/new){:target="_blank"}.
3535
4. In the **Token description** field, enter a meaningful name.
36-
5. Select check boxes corresponding to how you intend to use the token:
36+
5. Select checkboxes corresponding to how you intend to use the token:
3737

3838
* To integrate with public repositories, select **public_repo**
3939
* To integrate with your personal, private repositories, select **repo**

guides/v2.1/install-gde/install/hosted/hosted_start_php.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ To configure PHP:
2626

2727
4. Click **Set as current**.
2828

29-
The check boxes following the PHP version are referred to as *PHP extensions*.
29+
The checkboxes following the PHP version are referred to as *PHP extensions*.
3030

31-
4. Select all of the following check boxes: **gd**, **intl**, **mbstring**, **mcrypt**, **opcache**, **pdo**, **pdo_mysql**, and **xsl**.
31+
4. Select all of the following checkboxes: **gd**, **intl**, **mbstring**, **mcrypt**, **opcache**, **pdo**, **pdo_mysql**, and **xsl**.
3232

3333
You can optionally select other PHP extensions if you want.
3434

guides/v2.1/mtf/mtf_quickstart/mtf_quickstart_magento.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Enable the **Admin Account Sharing** setting to avoid unpredictable logout durin
3232

3333
![Cache Management message]({{ site.baseurl }}/common/images/ftf/mtf_cache_mngt.png){:width="650px"}
3434

35-
* Select the check boxes next to **Configuration** and **Page Cache**.
35+
* Select the checkboxes next to **Configuration** and **Page Cache**.
3636
* From the **Actions** list in the upper left, click **Refresh**.
3737
* Click **Submit**.
3838

guides/v2.1/release-notes/ReleaseNotes2.1.0CE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ To view this setting in the Magento Admin, click **Stores** > Settings > **Confi
829829

830830
<!--- 50498-->* The variations matrix is now populated as expected after you update a configurable product.
831831

832-
<!--- 50461-->* The default address check boxes are checked as expected on the Customer View page.
832+
<!--- 50461-->* The default address checkboxes are checked as expected on the Customer View page.
833833

834834

835835
<!--- 50375-->* Magento now displays images for configurable product variations on the storefront.

guides/v2.1/release-notes/ReleaseNotes2.1.0EE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ To view this setting in the Magento Admin, click **Stores** > Settings > **Confi
994994

995995
<!--- 50498-->* The variations matrix is now populated as expected after you update a configurable product.
996996

997-
<!--- 50461-->* The default address check boxes are checked as expected on the Customer View page.
997+
<!--- 50461-->* The default address checkboxes are checked as expected on the Customer View page.
998998

999999

10001000
<!--- 50375-->* Magento now displays images for configurable product variations on the storefront.

guides/v2.1/ui_comp_guide/components/ui-multiselectcolumn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ github_link: ui_comp_guide/components/ui-multiselectcolumn.md
99

1010
## Overview
1111

12-
The MultiselectColumn component implements a column with check boxes for selecting records. It also provides controls for selecting multiple records.
12+
The MultiselectColumn component implements a column with checkboxes for selecting records. It also provides controls for selecting multiple records.
1313

1414
MultiselectColumn is a child of the [Listing component]({{ page.baseurl }}/ui_comp_guide/components/ui-listing-grid.html) and is rendered in its view. Like any component, it can hold the sort order value, which influences the order of all its child elements.
1515

guides/v2.1/ui_comp_guide/components/ui-onoffcolumn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ github_link: ui_comp_guide/components/ui-onoffcolumn.md
99

1010
## Overview
1111

12-
The OnOffColumn component is a decorator for [MultiselectColumn]({{ page.baseurl }}/ui_comp_guide/components/ui-multiselectcolumn.html). It displays toggle switch elements instead of check boxes.
12+
The OnOffColumn component is a decorator for [MultiselectColumn]({{ page.baseurl }}/ui_comp_guide/components/ui-multiselectcolumn.html). It displays toggle switch elements instead of checkboxes.
1313

1414
Constructor: [app/code/Magento/Ui/view/base/web/js/grid/columns/onoff.js]({{ site.mage2200url }}app/code/Magento/Ui/view/base/web/js/grid/columns/onoff.js)
1515

guides/v2.2/mtf/mtf_quickstart/mtf_quickstart_magento.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Enable the **Admin Account Sharing** setting to avoid unpredictable logout durin
3131
* Go to **Cache Management**.
3232
![Cache Management message]({{ site.baseurl }}/common/images/ftf/mtf_cache_mngt.png){:width="650px"}
3333

34-
* Select the check boxes next to **Configuration** and **Page Cache**.
34+
* Select the checkboxes next to **Configuration** and **Page Cache**.
3535
* * From the **Actions** list in the upper left, click **Refresh**.
3636
* * Click **Submit**.
3737
## Enable CLI commands

guides/v2.2/ui_comp_guide/components/ui-multiselectcolumn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ github_link: ui_comp_guide/components/ui-multiselectcolumn.md
99

1010
## Overview
1111

12-
The MultiselectColumn component implements a column with check boxes for selecting records. It also provides controls for selecting multiple records.
12+
The MultiselectColumn component implements a column with checkboxes for selecting records. It also provides controls for selecting multiple records.
1313

1414
MultiselectColumn is a child of the [Listing component]({{ page.baseurl }}/ui_comp_guide/components/ui-listing-grid.html) and is rendered in its view. Like any component, it can hold the sort order value, which influences the order of all its child elements.
1515

guides/v2.2/ui_comp_guide/components/ui-onoffcolumn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ github_link: ui_comp_guide/components/ui-onoffcolumn.md
99

1010
## Overview
1111

12-
The OnOffColumn component is a decorator for [MultiselectColumn]({{ page.baseurl }}/ui_comp_guide/components/ui-multiselectcolumn.html). It displays toggle switch elements instead of check boxes.
12+
The OnOffColumn component is a decorator for [MultiselectColumn]({{ page.baseurl }}/ui_comp_guide/components/ui-multiselectcolumn.html). It displays toggle switch elements instead of checkboxes.
1313

1414
Constructor: [app/code/Magento/Ui/view/base/web/js/grid/columns/onoff.js]({{ site.mage2200url }}app/code/Magento/Ui/view/base/web/js/grid/columns/onoff.js)
1515

0 commit comments

Comments
 (0)