From 65e2481760102b830c87de73b7a1efdf41bc33fa Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 28 Oct 2025 14:37:27 -0500 Subject: [PATCH] i18n --- web/public/locales/en/views/settings.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/web/public/locales/en/views/settings.json b/web/public/locales/en/views/settings.json index 8bed74c01..3600529f0 100644 --- a/web/public/locales/en/views/settings.json +++ b/web/public/locales/en/views/settings.json @@ -903,8 +903,9 @@ "description": "Description" }, "actions": { - "alert": "Mark as Alert", - "notification": "Send Notification" + "notification": "Send Notification", + "sub_label": "Add Sub Label", + "attribute": "Add Attribute" }, "dialog": { "createTrigger": { @@ -959,7 +960,7 @@ }, "actions": { "title": "Actions", - "desc": "By default, Frigate fires an MQTT message for all triggers. Choose an additional action to perform when this trigger fires.", + "desc": "By default, Frigate fires an MQTT message for all triggers. Sub labels add the trigger name to the object label. Attributes are searchable metadata stored separately in the tracked object metadata.", "error": { "min": "At least one action must be selected." }