We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bb1e0 commit 6ae03faCopy full SHA for 6ae03fa
portal-ui/src/screens/Console/Buckets/ListBuckets/Objects/ObjectDetails/ShareFile.tsx
@@ -145,7 +145,7 @@ const ShareFile = ({
145
return;
146
}
147
148
- // Version couldn't ve retrieved, we default
+ // Version couldn't be retrieved, we default
149
setVersionID("null");
150
})
151
.catch((error: ErrorResponseHandler) => {
@@ -324,7 +324,7 @@ const ShareFile = ({
324
<Fragment>
325
<Grid item xs={12} className={classes.shareLinkInfo}>
326
To generate a temporary URL, please provide a set of credentials,
327
- this link can ve valid up to 7 days.
+ this link can be valid up to 7 days.
328
<br />
329
330
</Grid>
0 commit comments