This commit is contained in:
Josh Hawkins 2026-01-17 07:16:44 -06:00
parent 4fcf467507
commit c78d020cca

View File

@ -200,9 +200,7 @@ export default function Step3ThresholdAndActions({
{isLoading && <ActivityIndicator className="mr-2 size-5" />}
{isLoading
? t("button.saving", { ns: "common" })
: t("triggers.dialog.form.save", {
defaultValue: "Save Trigger",
})}
: t("button.save", { ns: "common" })}
</Button>
</div>
</form>