diff --git a/app/assets/javascripts/admin/addon/templates/site-text-index.hbs b/app/assets/javascripts/admin/addon/templates/site-text-index.hbs
index 8d9f1643830..d0ed4a5bb88 100644
--- a/app/assets/javascripts/admin/addon/templates/site-text-index.hbs
+++ b/app/assets/javascripts/admin/addon/templates/site-text-index.hbs
@@ -1,6 +1,4 @@
-
{{i18n "admin.site_text.description"}}
-
+ <:breadcrumbs>
+
+
+
+
+
{{outlet}}
\ No newline at end of file
diff --git a/app/assets/stylesheets/common/admin/customize.scss b/app/assets/stylesheets/common/admin/customize.scss
index 9c437d6ea6f..6c99f564bd0 100644
--- a/app/assets/stylesheets/common/admin/customize.scss
+++ b/app/assets/stylesheets/common/admin/customize.scss
@@ -72,6 +72,7 @@
}
.admin-customize {
+ /* TODO: Remove when admin header has been added to all /customize pages */
h1 {
margin-bottom: 10px;
input {
@@ -81,6 +82,9 @@
font-size: var(--font-down-2);
}
}
+ &.d-page-header__title {
+ margin: 0;
+ }
}
.field-error,
diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index 72457d0aa31..c49f7783b0f 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -7149,10 +7149,10 @@ en:
multiselect: "Multiselect"
site_text:
- description: "You can customize any of the text on your forum. Please start by searching below:"
+ description: "You can customize any of the text on your forum."
search: "Search for the text you'd like to edit"
- title: "Text"
- edit: "edit"
+ title: "Site texts"
+ edit: "Edit"
revert: "Revert Changes"
revert_confirm: "Are you sure you want to revert your changes?"
go_back: "Back to Search"
@@ -7476,7 +7476,7 @@ en:
reseed:
action:
- label: "Replace Text…"
+ label: "Replace text …"
title: "Replace text of categories and topics with translations"
modal: