Skip to content

Commit

Permalink
Update src/pages/instances/InstanceOverviewMetrics.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Michele Lo Russo <michele.lorusso@canonical.com>
  • Loading branch information
edlerd and lorumic committed Aug 10, 2023
1 parent 799598f commit 6c6276c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/instances/InstanceOverviewMetrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const InstanceOverviewMetrics: FC<Props> = ({ instance, onFailure }) => {
if (isRestricted) {
return (
<div className="u-text--muted">
Usage details unavailable for restricted users
Details are not available for restricted users
</div>
);
}
Expand Down

0 comments on commit 6c6276c

Please sign in to comment.