Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
1 change: 1 addition & 0 deletions ui/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@
"mobile_recorder.message.preparing": "<span class=\"text-center\"> Please wait <br>while the Testsigma Mobile Inspector finishes loading <span class=\"loading-dots\"></span></span>",
"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 <a href='https://testsigma.com/docs/troubleshooting/mobile-apps/failed-to-launch-test-recorder/' target='_blank'>Click Here</a> to access the Trouble Shooting guide to understand how to fix this",
Expand Down