diff --git a/dashboard-ui/strings/html/en-US.json b/dashboard-ui/strings/html/en-US.json
index 500df296d9..24e90f8b73 100644
--- a/dashboard-ui/strings/html/en-US.json
+++ b/dashboard-ui/strings/html/en-US.json
@@ -1,7 +1,7 @@
{
"HeaderTaskTriggers": "Task Triggers",
"TabSmartMatches": "Smart Matches",
- "LabelOrganizeSmartMatchOption": "In the future, organize all files into the selected series if the name contains",
+ "OptionRememberOrganizeCorrection": "Save and apply this correction to future files with similiar names.",
"TabSmartMatchInfo": "Manage your smart matches that were added using the Auto-Organize correction dialog",
"LabelExit": "Exit",
"LabelVisitCommunity": "Visit Community",
diff --git a/dashboard-ui/strings/html/server.json b/dashboard-ui/strings/html/server.json
index cbf942b24b..5ebdac45e7 100644
--- a/dashboard-ui/strings/html/server.json
+++ b/dashboard-ui/strings/html/server.json
@@ -595,7 +595,7 @@
"LabelEpisodeNumber": "Episode number:",
"LabelEndingEpisodeNumber": "Ending episode number:",
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
- "LabelOrganizeSmartMatchOption": "In the future, organize all files into the selected series if the name contains",
+ "OptionRememberOrganizeCorrection": "Save and apply this correction to future files with similiar names.",
"HeaderSupportTheTeam": "Support the Emby Team",
"LabelSupportAmount": "Amount (USD)",
"HeaderSupportTheTeamHelp": "Help ensure the continued development of this project by purchasing Emby Premiere. A portion of all income will be contributed to other free tools we depend on.",
diff --git a/dashboard-ui/thirdparty/paper-button-style.css b/dashboard-ui/thirdparty/paper-button-style.css
index d8108045eb..ba5d439ac4 100644
--- a/dashboard-ui/thirdparty/paper-button-style.css
+++ b/dashboard-ui/thirdparty/paper-button-style.css
@@ -550,6 +550,11 @@ div.dialogHeader {
color: #fff;
}
+.background-theme-a .pageContentPaperMaterial {
+ background-color: #fff;
+ padding: 1.5em;
+}
+
.background-theme-b div.dialogHeader {
background-color: #101010;
}