From 77a2e8836b8f2bcb9609be06ac931f36d8b512fa Mon Sep 17 00:00:00 2001 From: Kyle Bavender Date: Thu, 2 Apr 2026 10:39:14 -0400 Subject: [PATCH] Use localized name and description in admin-intent-link template --- admin-intent-link/shopify.extension.toml.liquid | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/admin-intent-link/shopify.extension.toml.liquid b/admin-intent-link/shopify.extension.toml.liquid index 4d6c26be..8fc8c21a 100644 --- a/admin-intent-link/shopify.extension.toml.liquid +++ b/admin-intent-link/shopify.extension.toml.liquid @@ -1,6 +1,7 @@ [[extensions]] -name = "Edit email" -description = "Edit an email campaign" +# Change the merchant-facing name and description of the extension in locales/en.default.json +name = "t:name" +description = "t:description" handle = "{{ handle }}" type = "admin_link"