text: update text in cover pills

This commit is contained in:
Arman
2022-07-13 10:27:37 +02:00
parent 478aab7b0b
commit 249fa5bf44
2 changed files with 2 additions and 2 deletions
@@ -23,7 +23,7 @@
backButton.set(`${base}/console/${$page.params.project}/storage`);
copyData.set({
text: bucketId,
text: 'Bucket ID',
value: bucketId
});
tabs.set([
@@ -23,7 +23,7 @@
backButton.set(`${base}/console/${$page.params.project}/storage/bucket/${bucketId}`);
copyData.set({
text: fileId,
text: 'File ID',
value: fileId
});
tabs.set([]);