mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-22 20:18:30 +03:00
i18n fix
This commit is contained in:
parent
4fcf467507
commit
c78d020cca
@ -200,9 +200,7 @@ export default function Step3ThresholdAndActions({
|
|||||||
{isLoading && <ActivityIndicator className="mr-2 size-5" />}
|
{isLoading && <ActivityIndicator className="mr-2 size-5" />}
|
||||||
{isLoading
|
{isLoading
|
||||||
? t("button.saving", { ns: "common" })
|
? t("button.saving", { ns: "common" })
|
||||||
: t("triggers.dialog.form.save", {
|
: t("button.save", { ns: "common" })}
|
||||||
defaultValue: "Save Trigger",
|
|
||||||
})}
|
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user