fix various verbiage

This commit is contained in:
2024-01-12 20:40:46 -07:00
parent 9183092325
commit e0fcb1f67b
7 changed files with 25 additions and 21 deletions

View File

@@ -20,10 +20,12 @@
<div class="h-32 bg-slate-100 rounded-md overflow-hidden px-4 py-3 mb-4">
<div class="block flex gap-4 overflow-hidden">
<div class="overflow-hidden">
<h2 class="text-md font-bold">{{ veriClaim.id }}</h2>
<h2 class="text-md font-bold">
{{ capitalizeAndInsertSpacesBeforeCaps(veriClaim.claimType) }}
</h2>
<div class="text-sm">
<div>
{{ capitalizeAndInsertSpacesBeforeCaps(veriClaim.claimType) }}
{{ veriClaim.id }}
</div>
<div>
<fa icon="message" class="fa-fw text-slate-400"></fa>

View File

@@ -16,7 +16,7 @@
</h1>
<h1 id="ViewHeading" class="text-4xl text-center font-light pt-4">
Given with {{ contact?.name }}
Transferred with {{ contact?.name }}
</h1>
</div>

View File

@@ -73,9 +73,7 @@
}}
</button>
<br />
(Only hours shown)
<br />
(Only recent shown)
(Only most recent hours included)
</div>
</div>
@@ -952,7 +950,7 @@ export default class ContactsView extends Vue {
group: "alert",
type: "danger",
title: "Input Error",
text: "Giving no hours or descrption does nothing.",
text: "Giving no hours or description does nothing.",
},
-1,
);

View File

@@ -64,8 +64,9 @@
register others; later, you can create projects, too.
</p>
<p>
Note that there are limits to how many others each person can register,
so you may have to wait.
Note that there are rate limits to how many others you can register,
so it may take some time to register everyone you want. Take your time...
make it an opportunity to get to know their projects, and show your own.
</p>
<h2 class="text-xl font-semibold">How do I add someone else?</h2>