Skip to content

Commit

Permalink
Typos, small UX improvements. (#2641)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored Nov 16, 2023
1 parent 874bc5b commit aa28e6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions auth-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion auth-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-web",
"version": "2.4.45",
"version": "2.4.46",
"appName": "Auth Web",
"sbcName": "SBC Common Components",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,13 @@
<v-text-field
v-model="proprietorPartnerName"
filled
label="Proprietor or Parter Name (e.g., Last Name, First Name Middlename)"
label="Proprietor or Partner Name (e.g., Last Name, First Name Middlename)"
hint="Name as it appears on the Business Summary or the Statement of Registration"
persistent-hint
:rules="proprietorPartnerNameRules"
maxlength="151"
autocomplete="off"
aria-label="Proprietor or Parter Name (e.g., Last Name, First Name Middlename)"
aria-label="Proprietor or Partner Name (e.g., Last Name, First Name Middlename)"
/>
</div>
<Certify
Expand Down Expand Up @@ -256,8 +256,8 @@
v-if="noAuthenticationOptions"
class="list-body contact-us"
>
The business doesn't have a password / passcode or email on record. Please Contact the Business Registry for help.
<ol>
The business doesn't have a password / passcode or email on record. Please contact us for help:
<ol class="mt-4">
<li>
<v-icon small>
mdi-phone
Expand Down

0 comments on commit aa28e6d

Please sign in to comment.