diff --git a/client/admin/settings/Section.js b/client/admin/settings/Section.js
index 8f7cc4ee8c0..c1f9d30b46b 100644
--- a/client/admin/settings/Section.js
+++ b/client/admin/settings/Section.js
@@ -58,16 +58,16 @@ export function Section({ children, groupId, hasReset = true, help, sectionName,
{editableSettings.map((setting) => )}
- {hasReset && canReset && }
{children}
+ {hasReset && canReset && }
;
}
diff --git a/packages/rocketchat-i18n/i18n/en.i18n.json b/packages/rocketchat-i18n/i18n/en.i18n.json
index 2dd260bb9bb..2b74e061856 100644
--- a/packages/rocketchat-i18n/i18n/en.i18n.json
+++ b/packages/rocketchat-i18n/i18n/en.i18n.json
@@ -2962,7 +2962,7 @@
"Reset": "Reset",
"Reset_E2E_Key": "Reset E2E Key",
"Reset_password": "Reset password",
- "Reset_section_settings": "Reset Section Settings",
+ "Reset_section_settings": "Reset Section to Default",
"Reset_Connection": "Reset Connection",
"Responding": "Responding",
"Response_description_pre": "If the handler wishes to post a response back into the channel, the following JSON should be returned as the body of the response:",