Skip to content

Commit 3827583

Browse files
committed
Update Congrats page
1 parent 12c89cd commit 3827583

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

vendor/wheels/public/views/congratulations.cfm

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<p>
1010
<i class="fa fa-check-circle"></i>
1111
<strong>
12-
You have successfully installed<cfif Len(get("version"))> version #get("version")# of</cfif> CFWheels.
12+
You have successfully installed<cfif Len(get("version"))> version #get("version")# of</cfif> Wheels.dev
1313
</strong>
1414
<br>
15-
Welcome to the wonderful world of CFWheels. We hope you will enjoy it! Nod estart coding...
15+
Welcome to the wonderful world of Wheels. We hope you will enjoy it! Now start coding...
1616
</p>
1717

1818
<h2>Now What?</h2>
19-
<p>Now that you have a working installation of CFWheels, you may be wondering what to do next. Here are some suggestions.</p>
19+
<p>Now that you have a working installation of Wheels, you may be wondering what to do next. Here are some suggestions.</p>
2020

2121
<div class="row">
2222
<div class="column">
@@ -27,7 +27,7 @@
2727
<a class="" href="https://guides.cfwheels.org/cfwheels-guides/3.0.0-snapshot" target="_blank">Have a look at the rest of our documentation.</a>
2828
</div>
2929
<div class="column">
30-
<a class="" href="https://github.com/cfwheels/cfwheels/discussions" target="_blank">Say &quot;Hello!&quot; to everyone in the CFWheels community.</a>
30+
<a class="" href="https://github.com/cfwheels/cfwheels/discussions" target="_blank">Say &quot;Hello!&quot; to everyone in the Wheels community.</a>
3131
</div>
3232
<div class="column">Build the next killer website on the World Wide Web...</div>
3333
</div>
@@ -38,17 +38,14 @@
3838

3939
<h3>How to Make this Message Go Away</h3>
4040
<p>
41-
Want to have another page load when your application loads this URL? You can configure your own <em>home route</em>
42-
.
41+
Want to have another page load when your application loads this URL? You can configure your own <em>home route</em>.
4342
</p>
4443
<ol>
4544
<li>
46-
Open the routes configuration file at <code>app/config/routes.cfm</code>
47-
.
45+
Open the routes configuration file at <code>app/config/routes.cfm</code>.
4846
</li>
4947
<li>
50-
You will see a line similar to this for a route named <code>root</code>
51-
:
48+
You will see a line similar to this for a route named <code>root</code>:
5249
<pre>
5350
<code>.root(to=&quot;wheels####wheels&quot;, method=&quot;get&quot;)</code>
5451
</pre>
@@ -58,7 +55,7 @@
5855
parameter to specify a <code>controller####action</code>
5956
of your choosing.
6057
</li>
61-
<li>Reload your CFWheels application.</li>
58+
<li>Reload your Wheels application.</li>
6259
</ol>
6360
</cfoutput>
6461

0 commit comments

Comments
 (0)