From 048bc7ed6b4fb5091d410a1ec00b146585daa51d Mon Sep 17 00:00:00 2001 From: jimtng <2554958+jimtng@users.noreply.github.com> Date: Mon, 5 May 2025 20:37:51 +1000 Subject: [PATCH] MainUI help: addon section name update (#2449) Signed-off-by: Jimmy Tanagra --- mainui/settings/transformations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainui/settings/transformations.md b/mainui/settings/transformations.md index bc53fb07d..6fa68ff84 100644 --- a/mainui/settings/transformations.md +++ b/mainui/settings/transformations.md @@ -9,7 +9,7 @@ title: Settings - Transformations **Transformations** convert a value or Item state into a different value or state. Transformations can be used in many different instances including links between channels and Items, rules and scripts, and some Thing configurations. -The different available transformation methods must be individually installed via the **Other** tab of the add-on store. +The different available transformation methods must be individually installed via the **Transformations** tab of the add-on store. To learn more about transformations, read the [transformation docs]({{base}}/configuration/transformations.html).