From bb3bf3b6ceafdd40b0778157ff95d01ecceb6f8e Mon Sep 17 00:00:00 2001 From: Boris Kovar Date: Tue, 5 Mar 2024 13:21:32 +0100 Subject: [PATCH] - updated message for #1354 --- js/components/projects/legacySnapshotModal/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/js/components/projects/legacySnapshotModal/index.js b/js/components/projects/legacySnapshotModal/index.js index 7ce0dc984..e347fa9ff 100644 --- a/js/components/projects/legacySnapshotModal/index.js +++ b/js/components/projects/legacySnapshotModal/index.js @@ -12,10 +12,11 @@ export const LegacySnapshotModal = ({ open, project, snapshot }) => { return (

- Snapshot is not recognized. Maybe it is available in the legacy system. Please try link below.
+ Project/Snapshot could not be resolved. It's possible that this is legacy URL and you may try to visit URL + below.

- Legacy link + Legacy URL
);