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 c25680a commit 08ccdad
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
10 changes: 5 additions & 5 deletions dt-core/admin/components/setup-wizard-celebration.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ export class SetupWizardCelebration extends OpenLitElement {
<h2>All finished</h2>
<div class="content flow">
<p>
You can change all of these choices in the Settings (D.T.) tab in
You can change all of these choices in the "Settings (D.T)" tab in
the WordPress Admin.
</p>
<p>
D.T. has a huge ability to be customized to serve your needs. If you
have any questions or need any further assistance in getting D.T. to
work for you, please reach out on our community forum or our discord
channel.
Disciple.Tools has a huge ability to be customized to serve your
needs. If you have any questions or need any further assistance in
getting Disciple.Tools. to work for you, please reach out on our
community forum or our discord channel.
</p>
<a href="https://community.disciple.tools/" target="_blank">
Community Forum
Expand Down
6 changes: 3 additions & 3 deletions dt-core/admin/components/setup-wizard-intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ export class SetupWizardIntro extends OpenLitElement {
render() {
return html`
<div class="cover">
<h2>Setting up Disciple.Tools. for you</h2>
<h2>Setting up Disciple.Tools for you</h2>
<div class="content">
<p>
We're glad you are here, and want to help set you up so you can take
advantage of the power tool that is Disciple.Tools, D.T for short.
advantage of the power tool that is Disciple.Tools.
</p>
<p>
D.T. can be used in many ways from managing connections and
Disciple.Tools can be used in many ways from managing connections and
relationships, all the way through to tracking and managing a
movement of Disciple Making.
</p>
Expand Down
13 changes: 8 additions & 5 deletions dt-core/admin/components/setup-wizard-keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export class SetupWizardKeys extends OpenLitElement {
See
<a
href="https://disciple.tools/user-docs/getting-started-info/admin/geolocation/"
target="_blank"
>Geolocation Docs</a
>
for more details.
Expand All @@ -77,9 +78,9 @@ export class SetupWizardKeys extends OpenLitElement {
<table style="width: 100%">
<thead>
<tr>
<th>Key</th>
<th>Name</th>
<th>Description</th>
<th style="width: 30%">Value</th>
<th style="width: 30%">Key</th>
</tr>
</thead>
<tbody>
Expand All @@ -96,7 +97,7 @@ export class SetupWizardKeys extends OpenLitElement {
this.requestUpdate();
}}
>
Show Instructions
Expand Instructions
</button>
<div
?hidden=${!this.show_mapbox_instructions}
Expand Down Expand Up @@ -166,7 +167,7 @@ export class SetupWizardKeys extends OpenLitElement {
this.requestUpdate();
}}
>
Show Instructions
Expand Instructions
</button>
<div
?hidden=${!this.show_google_instructions}
Expand All @@ -175,7 +176,9 @@ export class SetupWizardKeys extends OpenLitElement {
<ol>
<li>
Go to
<a href="https://console.cloud.google.com"
<a
href="https://console.cloud.google.com"
target="_blank"
>https://console.cloud.google.com</a
>.
</li>
Expand Down
4 changes: 2 additions & 2 deletions dt-core/admin/components/setup-wizard-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class SetupWizardModules extends OpenLitElement {
</p>
<p>
Feel free to change this selection according to what you need
D.T to do.
Disciple.Tools to do.
</p>
<section>
<table>
Expand Down Expand Up @@ -163,7 +163,7 @@ export class SetupWizardModules extends OpenLitElement {
</p>
<p>
You can enable and disable these modules to your liking in the
'Settings (D.T)' section of the Wordpress admin.
"Settings (D.T)" section of the Wordpress admin.
</p>
`
: ''}
Expand Down

0 comments on commit 08ccdad

Please sign in to comment.