rename Test Alerter button

This commit is contained in:
mbecker20
2025-03-12 22:21:05 -04:00
parent 4d85c601d3
commit cbb323fce5
@@ -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 })}