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"