From afc1513aaddbb79cf45c0a885ca8a1b4d2e6a654 Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" Date: Mon, 25 Aug 2025 19:56:12 +0200 Subject: [PATCH] Fix translation key for image adapter label and help (#3944) --- system/blueprints/config/system.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/blueprints/config/system.yaml b/system/blueprints/config/system.yaml index 70ee08879..13b04d2f2 100644 --- a/system/blueprints/config/system.yaml +++ b/system/blueprints/config/system.yaml @@ -1254,8 +1254,8 @@ form: images.adapter: type: select size: small - label: PLUGIN_ADMIN.IMAGES_ADAPTER - help: PLUGIN_ADMIN.IMAGES_ADAPTER_HELP + label: PLUGIN_ADMIN.IMAGE_ADAPTER + help: PLUGIN_ADMIN.IMAGE_ADAPTER_HELP highlight: gd options: gd: GD (PHP built-in)