Skip to content

Commit

Permalink
fix wording in dataset table (#5926)
Browse files Browse the repository at this point in the history
  • Loading branch information
fm3 authored Jan 3, 2022
1 parent 917ca3e commit 7ee9b53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class DatasetTable extends React.PureComponent<Props, State> {
</div>
) : (
<div style={{ color: "@disabled-color" }}>
Not tags available for inactive datasets.
Tags not available for inactive datasets.
</div>
)
}
Expand Down

0 comments on commit 7ee9b53

Please sign in to comment.