Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/setup wizard Wordings #2626

Merged
merged 6 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 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
the WP admin.
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 powertool 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
29 changes: 16 additions & 13 deletions dt-core/admin/components/setup-wizard-keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,19 @@ 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/"
target="_blank"
>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 @@ -72,16 +73,16 @@ 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>
<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 @@ -91,7 +92,7 @@ export class SetupWizardKeys extends OpenLitElement {
this.requestUpdate();
}}
>
Show Instructions
Expand Instructions
</button>
<div
?hidden=${!this.show_mapbox_instructions}
Expand All @@ -101,14 +102,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 Expand Up @@ -161,7 +162,7 @@ export class SetupWizardKeys extends OpenLitElement {
this.requestUpdate();
}}
>
Show Instructions
Expand Instructions
</button>
<div
?hidden=${!this.show_google_instructions}
Expand All @@ -170,7 +171,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 @@ -97,7 +97,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 @@ -152,7 +152,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
liking in the "Settings (D.T)" section of the
Wordpress admin.
</p>
</section>
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 @@ -115,7 +115,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
6 changes: 4 additions & 2 deletions dt-core/admin/menu/menu-setup-wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ public function setup_wizard_steps() {
'description' => 'How are you planning to use DT?',
'config' => [
'crm',
'dmm',
'media',
'dmm',
]
],
[
Expand Down Expand Up @@ -259,6 +259,8 @@ public function setup_wizard_data() : array {
with God and others.',
'recommended_modules' => [
'access_module',
'contacts_faith_module',
'contacts_baptisms_module',
],
'recommended_plugins' => [
'disciple-tools-webform',
Expand All @@ -276,14 +278,14 @@ public function setup_wizard_data() : array {
'recommended_modules' => [
'contacts_baptisms_module',
'contacts_faith_module',
'contacts_coaching_module',
'groups_base',
'people_groups_module'
],
'recommended_plugins' => [
'disciple-tools-webform',
'disciple-tools-bulk-magic-link-sender',
'disciple-tools-training',
'disciple-tools-import',
],
],
],
Expand Down
Loading