diff --git a/web/react/components/user_settings_developer.jsx b/web/react/components/user_settings_developer.jsx
index 8b443499a0..1b04149dc9 100644
--- a/web/react/components/user_settings_developer.jsx
+++ b/web/react/components/user_settings_developer.jsx
@@ -77,18 +77,6 @@ export default class DeveloperTab extends React.Component {
{'Developer Settings'}
{appSection}
-
-
- - {'Version'}
- -
- {'Version: ' + global.window.config.Version}
- {'Build Number: ' + global.window.config.BuildNumber}
- {'Build Date: ' + global.window.config.BuildDate}
- {'Build Hash: ' + global.window.config.BuildHash}
-
-
diff --git a/web/react/components/user_settings_security.jsx b/web/react/components/user_settings_security.jsx
index 6ccd09cb16..c10d790aea 100644
--- a/web/react/components/user_settings_security.jsx
+++ b/web/react/components/user_settings_security.jsx
@@ -251,6 +251,17 @@ export default class SecurityTab extends React.Component {
{passwordSection}
+
+ - {'Version ' + global.window.config.Version}
+ -
+
{'Build Number: ' + global.window.config.BuildNumber}
+ {'Build Date: ' + global.window.config.BuildDate}
+ {'Build Hash: ' + global.window.config.BuildHash}
+
+
+