Dashboards: Fix typo in PublicDashboardNotAvailable component (#93418)

This commit is contained in:
wt
2024-09-18 12:56:08 +03:00
committed by GitHub
parent 3e1fd80831
commit f7232b997c
@@ -21,7 +21,7 @@ export const PublicDashboardNotAvailable = ({ paused }: { paused?: boolean }) =>
<p className={styles.title} data-testid={selectors.title}>
{paused
? 'This dashboard has been paused by the administrator'
: 'The dashboard your are trying to access does not exist'}
: 'The dashboard you are trying to access does not exist'}
</p>
{paused && (
<p className={styles.description} data-testid={selectors.pausedDescription}>