Skip to content

Commit 98a5eaf

Browse files
committed
couple of minor wording tweaks.
1 parent 50983d9 commit 98a5eaf

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/control-panel/utilities/data-operations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ExpressionEngine is capable of determining whether updating search indexes is ne
4343

4444
When a [condition](/control-panel/field-manager/conditional-fields.md) is added or updated for field, the entries that are using that field need to be synchronized for field to behave properly.
4545

46-
This utility is build to synchronize the conditional logic for each of the channels. You will be redirected to this page automatically after a change in field conditions sets is made, but you can choose to do this only once after making all the updates to the fields, should you need multiple of those.
46+
This utility syncs the conditional logic for each of the channels. You will be redirected to this page automatically after a change in field conditions sets is made, but you can choose to do this only once after making all the updates to the fields, should you need multiple of those.
4747

4848
![Sync Conditional Logic](_images/utilities-sync-conditional-fields.png)
4949

@@ -53,7 +53,7 @@ NOTE: **Note:** You can also use `php eecli.php sync:conditional-fields` [CLI co
5353

5454
**Control Panel Location: `Tools > Utilities > Update File Usage`**
5555

56-
NOTE: **Note:** This utility is only needed for sites that have been upgraded from ExpressionEngine versions below 7 and generally only needs to be run one.
56+
NOTE: **Note:** This utility is only needed for sites that have been upgraded from ExpressionEngine versions below 7 and generally only needs to be run once, though re-running the update is not problematic.
5757

5858
Run this utility to convert all files stored in the database from sites previous to ExpressionEngine 7 to the new ExpressionEngine 7 file format. This must be completed before newer File Manager features may be used.
5959

@@ -65,7 +65,7 @@ After the update operation is completed, visit `Content & Design Settings` to di
6565

6666
**Control Panel Location: `Tools > Utilities > Statistics`**
6767

68-
This section of the Control Panel allows you to force the system to recount different types of statistics. This section is rarely necessary, but every once in a while a statistic can become out of sync or otherwise not reflect the correct data. This section will allow you to make the system update the information.
68+
This section of the Control Panel allows you to recount different types of statistics. This section is rarely necessary, but every once in a while a statistic can become out of sync or otherwise not reflect the correct data. This section will allow you to make the system update the information.
6969

7070
![Manage Statistics](_images/utilities-stats.png)
7171

docs/control-panel/utilities/debug.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ The check are being run automatically when you visit the utility pages and also
2121

2222
![Debug Template Tags](_images/utilities-debug-tags.png)
2323

24-
This tool is scanning through the site templates and then lists the add-on [template tags](templates/language.md) used.
24+
This tool scans the site templates and then lists the add-on [template tags](templates/language.md) used.
2525

26-
If it finds a tag that corresponds to the add-on that is not installed or missing, it indicates that.
26+
If it finds a tag that corresponds to the add-on that is missing or not installed, it indicates that.
2727

28-
Clicking on the tag name would show the list of templates where it is found.
28+
Clicking on the tag name shows the list of templates where it is found.
2929

3030
### Debug Fieldtypes
3131

3232
**Control Panel Location: `Tools > Utilities > Debug Fieldtypes`**
3333

3434
![Debug Fieldtypes](_images/utilities-debug-fieldtypes.png)
3535

36-
This page will show the fieldtypes that are being in use by custom fields, but have the corresponding add-on missing or not installed.
36+
This page shows the fieldtypes that are being used as custom fields, that have their corresponding add-on missing or not installed.
3737

38-
It also lists all the fieldtypes that installed on the system, indicating what is currently in use and what is not in use.
38+
It also lists all the fieldtypes installed, indicating what is currently in use and what is not in use.

docs/control-panel/utilities/member-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ NOTE: **Note:** Many applications export field headings as the first line of a d
2727

2828
The Mass Notification Export utility enables you to export a CSV file of the ID, screen name, username, and email address for all your Members. This action will be logged to the `/cp/logs/cp`.
2929

30-
This can be used to notify users in the unfortunate event of a data breach, such as is required by the . We recommend to validating the email addresses before sending any mass notification emails, otherwise your server could end up blocked. Any of the following services will validate email addresses:
30+
This can be used to notify users in the unfortunate event of a data breach. We recommend validating the email addresses before sending any mass notification emails, otherwise your server could end up blocked. Any of the following services will validate email addresses:
3131

3232
- [Email Verifier App](https://www.emailverifierapp.com)
3333
- [VerifyEmailAddress.org](https://www.verifyemailaddress.org)

0 commit comments

Comments
 (0)