rename Test Alerter button

This commit is contained in:
mbecker20
2025-02-26 14:55:58 -08:00
parent 3e8d6e401b
commit 990bef003a
@@ -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 })}