Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos, small UX improvements. #2641

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading