Skip to content

Commit

Permalink
18515 - Updated error message for duplicates (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajandeep98 authored Nov 14, 2023
1 parent 8989276 commit 4ca645b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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": "name-request",
"version": "5.3.8",
"version": "5.3.9",
"private": true,
"appName": "Name Request UI",
"sbcName": "SBC Common Components",
Expand Down
3 changes: 2 additions & 1 deletion src/components/dialogs/error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
</div>
<div v-else-if="isExists">
<v-card-text class="copy-normal pt-8">
You have already created an identical name request. To request a different name, please go back and change the name to request and try again.
You have already created an identical name request. Please wait for the system to complete processing the submission.
If you are requesting identical names for DBA purposes, please wait 2 minutes between each submission.
<br>
<br>
For assistance, please contact BC Registries staff:
Expand Down

0 comments on commit 4ca645b

Please sign in to comment.