change wording from "identity" to "identifier" in many places

This commit is contained in:
2024-01-12 16:37:02 -07:00
parent 14e203dd74
commit a87179d127
14 changed files with 38 additions and 35 deletions

View File

@@ -15,7 +15,8 @@
class="bg-amber-200 rounded-md overflow-hidden text-center px-4 py-3 mb-4"
>
<p style="display: inline; align-items: center">
This app doesn't support notifications, so let's fix that. <br />
This currently doesn't support notifications, so let's fix that.
<br />
<!-- Note that that exact verbiage shows in the help. -->
<span v-if="userAgentInfo.getOS().name === 'iOS'">
@@ -52,7 +53,7 @@
<a href="https://www.google.com/chrome/" class="text-blue-500"
>Google Chrome</a
>
or look for a way to install as an app.
or look for a way to install as an app from this browser.
</span>
</p>
</div>
@@ -65,13 +66,14 @@
class="bg-amber-200 rounded-md overflow-hidden text-center px-4 py-3 mb-4"
>
<p class="text-lg mb-3">
You need an <b>identifier</b> before you can record anyone's gives.
Want to connect with your contacts, or share contributions or
projects?
</p>
<router-link
:to="{ name: 'start' }"
class="block text-center text-md font-bold uppercase bg-blue-500 text-white mt-2 px-2 py-3 rounded-md"
>
Create Your Identifier</router-link
Create An Identifier</router-link
>
</div>
@@ -85,7 +87,7 @@
:to="{ name: 'contact-qr' }"
class="block text-center text-md font-bold uppercase bg-blue-500 text-white mt-2 px-2 py-3 rounded-md"
>
1. Show Them Your Identity Info</router-link
1. Show Them Your Identifier Info</router-link
>
<router-link
:to="{ name: 'account' }"