diff --git a/ui/src/app/agents/components/webcomponents/mobile-recording.component.ts b/ui/src/app/agents/components/webcomponents/mobile-recording.component.ts
index 8f3e043f..f60bf4cb 100644
--- a/ui/src/app/agents/components/webcomponents/mobile-recording.component.ts
+++ b/ui/src/app/agents/components/webcomponents/mobile-recording.component.ts
@@ -215,7 +215,7 @@ export class MobileRecordingComponent extends BaseComponent implements OnInit {
this.mobileSessionId = null;
}
console.log("Error while creating the session - ", error);
- this.showNotification(NotificationType.Error, this.translate.instant("mobile_recorder.message.error"));
+ this.showNotification(NotificationType.Error, this.translate.instant("mobile_recorder.message.session.error"));
this.loadingActions = false;
this.loading = false;
}
diff --git a/ui/src/assets/i18n/en.json b/ui/src/assets/i18n/en.json
index 94084cdd..5ca7fa56 100644
--- a/ui/src/assets/i18n/en.json
+++ b/ui/src/assets/i18n/en.json
@@ -675,6 +675,7 @@
"mobile_recorder.message.preparing": " Please wait
while the Testsigma Mobile Inspector finishes loading ",
"mobile_recorder.message.refresh": "Loading. Please wait...",
"mobile_recorder.message.error": "Error, please contact support",
+ "mobile_recorder.message.session.error": "Error while creating mobile inspector session",
"mobile_recorder.message.ipa.error": "Select iOS ipa file type based on execution on simulator or real device",
"mobile_recorder.message.incompatible.error": "Incompatible app and device architecture",
"mobile_recorder.notification.start.failure_troubleshoot": "Mobile inspector Failed to Load, please Click Here to access the Trouble Shooting guide to understand how to fix this",