This commit is contained in:
Simon Larsen 2023-07-19 19:47:08 +01:00
parent 3e62082ac2
commit 7882897466
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -50,7 +50,7 @@ const DisabledMonitors: FunctionComponent<PageComponentProps> = (
}}
noItemsMessage="No disabled monitors. All monitors in active state."
title="Disabled Monitors"
description="Here is a list of all the monitors which are in disbaled state."
description="Here is a list of all the monitors which are in disabled state."
/>
</Page>
);