diff --git a/core/modules/system/system.tokens.inc b/core/modules/system/system.tokens.inc index f6674084c1..30ad18d10d 100644 --- a/core/modules/system/system.tokens.inc +++ b/core/modules/system/system.tokens.inc @@ -48,7 +48,7 @@ function system_token_info() { ]; $site['logo-url'] = [ 'name' => t("Logo URL"), - 'description' => t("The URL of the default site logo [site:logo], or for a provided theme [site:logo:?] (Available themes: @themes).", ['@themes' => $themes_formatted]), + 'description' => t("The URL of the default site logo [site:logo-url], or for a provided theme [site:logo-url:?] (Available themes: @themes).", ['@themes' => $themes_formatted]), 'dynamic' => TRUE, ]; $site['url'] = [