Compare commits

..

2 Commits

Author SHA1 Message Date
Josh Hawkins
f4e93efc22
Merge c78d020cca into cfeb86646f 2026-01-17 13:16:49 +00:00
Josh Hawkins
c78d020cca i18n fix 2026-01-17 07:16:44 -06:00

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>