diff --git a/ui/src/admin/constants/index.js b/ui/src/admin/constants/index.js
index 244f1bac5..64cf2d487 100644
--- a/ui/src/admin/constants/index.js
+++ b/ui/src/admin/constants/index.js
@@ -48,4 +48,4 @@ export const NEW_DEFAULT_DATABASE = {
}
export const PUBLIC_TOOLTIP =
- 'If set to false
, users cannot
authenticate unless an Admin explicitly
adds them to the organization.'
+ 'If turned off, new users cannot
authenticate unless an Admin explicitly
adds them to the organization.'
diff --git a/ui/src/style/components/react-tooltips.scss b/ui/src/style/components/react-tooltips.scss
index 2c1e8540d..29f7eee49 100644
--- a/ui/src/style/components/react-tooltips.scss
+++ b/ui/src/style/components/react-tooltips.scss
@@ -26,6 +26,7 @@ $tooltip-code-color: $c-potassium;
word-break: keep-all;
border-radius: $tooltip-radius;
text-transform: none;
+ text-align: left;
cursor: default;
&.type-dark {