forked from trent_larson/crowd-funder-for-time-pwa
reword some onboarding phrases
This commit is contained in:
@@ -15,15 +15,15 @@
|
|||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<p v-if="isRegistered" class="mt-4">
|
<p v-if="isRegistered" class="mt-4">
|
||||||
You can now log things that you've received or witnessed:
|
You can now log things that you've seen:
|
||||||
<span v-if="numContacts > 0">
|
<span v-if="numContacts > 0">
|
||||||
click on {{ firstContactName }}'s name or
|
click on any name (like {{ firstContactName }}) or
|
||||||
</span>
|
</span>
|
||||||
click on the
|
click on the
|
||||||
<span class="bg-green-600 text-white rounded-full">
|
<span class="bg-green-600 text-white rounded-full">
|
||||||
<fa icon="plus" class="fa-fw" />
|
<fa icon="plus" class="fa-fw" />
|
||||||
</span>
|
</span>
|
||||||
button to express your appreciation for... whatever -- like thanks for
|
button to express your appreciation for... whatever -- maybe thanks for
|
||||||
showing you all these fascinating stories of
|
showing you all these fascinating stories of
|
||||||
<em>gratitude</em>.
|
<em>gratitude</em>.
|
||||||
</p>
|
</p>
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
<p class="mt-4">
|
<p class="mt-4">
|
||||||
The more you illuminate cool things people are doing, the more you
|
The more you illuminate cool things people are doing, the more you
|
||||||
attract people to work together with you.
|
attract people to work with you.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="mt-4 flex items-center">
|
<p class="mt-4 flex items-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user