diff --git a/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform.properties b/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform.properties index 9903cf28f12..7c22c32c382 100644 --- a/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform.properties +++ b/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform.properties @@ -1,6 +1,7 @@ # bundle config -profile.config.transform.function.label = Filename -profile.config.transform.function.description = Filename containing the mapping information. -profile.config.transform.sourceFormat.label = State Formatter -profile.config.transform.sourceFormat.description = How to format the state on the channel before transforming it, i.e. %s or %.1f °C (default is %s) +profile-type.transform.MAP.label = MAP +profile.config.transform.MAP.function.label = Filename +profile.config.transform.MAP.function.description = Filename containing the mapping information. +profile.config.transform.MAP.sourceFormat.label = State Formatter +profile.config.transform.MAP.sourceFormat.description = How to format the state on the channel before transforming it, i.e. %s or %.1f °C (default is %s).