rename Test Alerter button

This commit is contained in:
mbecker20
2025-01-18 13:01:27 -08:00
parent 23abdb85b0
commit c360289984

View File

@@ -72,7 +72,7 @@ export const AlerterComponents: RequiredResourceComponents = {
if (!alerter) return null;
return (
<ConfirmButton
title="Send Test Alert"
title="Test Alerter"
icon={<FlaskConical className="h-4 w-4" />}
loading={isPending}
onClick={() => mutate({ alerter: id })}