ImagesTable: Change 'beta' to 'preview' in Launch popover
This commit is contained in:
parent
675a676709
commit
70c232471a
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ import './BetaLabel.scss';
|
|||
const BetaLabel = () => {
|
||||
return (
|
||||
<Label className="beta-label">
|
||||
<b>Beta</b>
|
||||
<b>Preview</b>
|
||||
</Label>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue