From 06f2f586a88a1766f183356b6497c0fc66436f36 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 12 Dec 2022 19:01:05 +0200 Subject: [PATCH] Change message in role verification --- role-verification/role-verification.component.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/role-verification/role-verification.component.ts b/role-verification/role-verification.component.ts index 9b9bf7ea..326b0d23 100644 --- a/role-verification/role-verification.component.ts +++ b/role-verification/role-verification.component.ts @@ -64,7 +64,8 @@ import {Composer} from "../utils/email/composer";
We are unable to process the request. What happened? @@ -182,7 +183,7 @@ export class RoleVerificationComponent implements OnInit, OnDestroy, AfterViewIn this.error = null; this.errorModal.cancelButton = false; this.errorModal.okButtonText = 'Ok'; - this.errorModal.alertTitle = 'Invalid request'; + this.errorModal.alertTitle = 'Invalid URL'; this.errorModal.open(); }