DEV: Remove the word tags from adobe_analytics_tags_url (#32484)

The word tags is just filler here, and conflates the search results when searching for tag-related site settings.
This commit is contained in:
Ted Johansson
2025-04-28 17:08:41 +08:00
committed by GitHub
parent b056f9538b
commit 3b9d9f5893
3 changed files with 4 additions and 4 deletions

View File

@ -16,8 +16,8 @@ module CommonHelper
end
def render_adobe_analytics_tags_code
if SiteSetting.adobe_analytics_tags_url.present?
content_tag(:script, "", src: SiteSetting.adobe_analytics_tags_url, async: true)
if SiteSetting.adobe_analytics_url.present?
content_tag(:script, "", src: SiteSetting.adobe_analytics_url, async: true)
end
end
end

View File

@ -2766,7 +2766,7 @@ en:
page_loading_indicator: "Configure the loading indicator which appears during page navigations within Discourse. 'Spinner' is a full page indicator. 'Slider' shows a narrow bar at the top of the screen."
show_user_menu_avatars: "Show user avatars in the user menu"
about_page_hidden_groups: "Do not show members of specific groups on the /about page."
adobe_analytics_tags_url: "Adobe Analytics tags URL (`https://assets.adobedtm.com/...`)"
adobe_analytics_url: "Adobe Analytics tags URL (`https://assets.adobedtm.com/...`)"
view_raw_email_allowed_groups: "Groups which can view the raw email content of a post if it was created by an incoming email. This includes email headers and other technical information."
experimental_content_localization: "Displays localized content for users based on their language preferences. Such content may include categories, tags, posts, and topics. This feature is under heavy development."
rich_editor: "Enable the rich editor so all users can switch between the current Markdown mode and the new rich text editor for more intuitive and user-friendly composition. The rich text editor is under active development, so not all features are supported yet — <a href='https://meta.discourse.org/t/test-our-new-composer/352347' target='_blank'>see Meta for more details</a>."

View File

@ -503,7 +503,7 @@ basic:
default: ""
type: group_list
area: "group_permissions"
adobe_analytics_tags_url:
adobe_analytics_url:
default: ""
regex: "assets.adobedtm.com"
area: "analytics"