Skip to content

Commit

Permalink
web-fix: Text improvement for sharing links to open containers
Browse files Browse the repository at this point in the history
closes #188

Signed-off-by: Mikhail Petrov <[email protected]>
  • Loading branch information
mike-petrov committed Apr 10, 2024
1 parent 74fb1b0 commit 23ce416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ export const App = () => {
/>
</div>
<Heading align="center" size={5} weight="bold">Sharing object</Heading>
<Heading align="center" size={6}>You can share a link to this object, it will be available for 1 day to everyone without authorization</Heading>
<Heading align="center" size={6}>{`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`}</Heading>
{!modal.text.token && modal.text.type === 'private' ? (
<div className="token_status_panel">
<Heading size={6} style={{ margin: '0 10px 0 0' }}>Sign token to share&nbsp;object</Heading>
Expand Down

0 comments on commit 23ce416

Please sign in to comment.