From 23ce416f35fca89267d578b424fc24a6d6c7ce01 Mon Sep 17 00:00:00 2001 From: Mikhail Petrov Date: Wed, 10 Apr 2024 23:39:24 +0300 Subject: [PATCH] web-fix: Text improvement for sharing links to open containers closes #188 Signed-off-by: Mikhail Petrov --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 4d70648..52feb09 100644 --- a/src/App.js +++ b/src/App.js @@ -1494,7 +1494,7 @@ export const App = () => { /> Sharing object - You can share a link to this object, it will be available for 1 day to everyone without authorization + {`You can share a link to this object, it will be available ${modal.text.type === 'private' ? 'for 1 day' : 'until EACL change'} to everyone without authorization`} {!modal.text.token && modal.text.type === 'private' ? (
Sign token to share object