|
|
@@ -155,9 +155,9 @@ export class RegisterBusinessComponent implements OnInit { |
|
|
|
checkName() { |
|
|
|
this.formState = 'INIT_REGISTER'; |
|
|
|
|
|
|
|
if (this.nameToCheck === 'JK Enterprises') { |
|
|
|
if (this.nameToCheck === `A'DROIT MANAGEMENT SERVICES`) { |
|
|
|
this.error = { |
|
|
|
message: this.nameToCheck + ' is unavailable', |
|
|
|
message: this.nameToCheck + ' is unavailable. Entity with identical name exists', |
|
|
|
isUnique: false, |
|
|
|
isInvalid: false, |
|
|
|
}; |
|
|
|