Skip to content

Commit

Permalink
wording upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
corsacca committed Dec 19, 2024
1 parent c507560 commit c25680a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dt-core/admin/components/setup-wizard-celebration.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class SetupWizardCelebration extends OpenLitElement {
<div class="content flow">
<p>
You can change all of these choices in the Settings (D.T.) tab in
the WP admin.
the WordPress Admin.
</p>
<p>
D.T. has a huge ability to be customized to serve your needs. If you
Expand Down
16 changes: 8 additions & 8 deletions dt-core/admin/components/setup-wizard-keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,18 @@ export class SetupWizardKeys extends OpenLitElement {
<div class="content flow">
<h2>Part 3: Mapping and Geocoding</h2>
<p>
Disciple.Tools comes with high level mapping which is only as
precise as a country county or department. Extra tools are needed to
be able to geolocate to more precise locations like a street address
or a city. See
Disciple.Tools comes with basic mapping which is only as precise as
a country county or department. Extra tools are needed to be able to
geolocate to more precise locations like a street address or a city.
See
<a
href="https://disciple.tools/user-docs/getting-started-info/admin/geolocation/"
>Geolocation Docs</a
>
for more details.
</p>
<p>
We highly recommend setting up MapBox to enable better mapping and
We highly recommend setting up Mapbox to enable better mapping and
location pins for your records. This however is not required and
Disciple.Tools can be used without it.
</p>
Expand All @@ -86,7 +86,7 @@ export class SetupWizardKeys extends OpenLitElement {
<tr>
<td>Mapbox key</td>
<td>
Upgrade maps and get precise locations with a MapBox key.
Upgrade maps and get precise locations with a Mapbox key.
<br />
<button
type="button"
Expand All @@ -106,14 +106,14 @@ export class SetupWizardKeys extends OpenLitElement {
<li>
Go to
<a href="https://www.mapbox.com/" target="_blank"
>MapBox.com</a
>Mapbox.com</a
>.
</li>
<li>
Register for a new account (<a
href="https://account.mapbox.com/auth/signup/"
target="_blank"
>MapBox.com</a
>Mapbox.com</a
>)<br />
<em
>(email required. A credit card might be required,
Expand Down
2 changes: 1 addition & 1 deletion dt-core/admin/components/setup-wizard-plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class SetupWizardPlugins extends OpenLitElement {
</span>
</th>
<th style="width: 60%">Description</th>
<th>Info</th>
<th>More Info</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit c25680a

Please sign in to comment.