Skip to content

Commit

Permalink
small wording change (#446)
Browse files Browse the repository at this point in the history
* small wording change

Signed-off-by: Kial Jinnah <[email protected]>

* updated version

Signed-off-by: Kial Jinnah <[email protected]>

Signed-off-by: Kial Jinnah <[email protected]>
Co-authored-by: Kial Jinnah <[email protected]>
  • Loading branch information
kialj876 and kialj876 authored Jan 24, 2023
1 parent 0009f09 commit 4d80a7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-filings-ui",
"version": "5.9.8",
"version": "5.9.9",
"private": true,
"appName": "Filings UI",
"sbcName": "SBC Common Components",
Expand Down
4 changes: 2 additions & 2 deletions src/components/dialogs/AddStaffNotationDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
</p>

<p v-if="isAdministerFreeze">
You are about to {{ !isAdminFreeze ? 'Freeze' : 'Unfreeze' }}
You are about to {{ !isAdminFreeze ? 'freeze' : 'unfreeze' }}
<span class="text-uppercase font-weight-bold">{{getEntityName}}</span>, {{getIdentifier}}.
</p>

<v-form ref="notationFormRef" id="notation-form">
<p id="notation-text" :class="{ 'mt-4': isAdministrativeDissolution || isPutBackOn }">
Enter a {{(isAdministrativeDissolution || isPutBackOn || isAdministerFreeze) ? 'Detail' : displayName}}
Enter a {{(isAdministrativeDissolution || isPutBackOn || isAdministerFreeze) ? 'detail' : displayName}}
that will appear on the ledger for this entity:
</p>

Expand Down

0 comments on commit 4d80a7a

Please sign in to comment.