diff --git a/server/web_ui/user/src/credential/reset.rs b/server/web_ui/user/src/credential/reset.rs
index 791c6b20b..a6414d7d7 100644
--- a/server/web_ui/user/src/credential/reset.rs
+++ b/server/web_ui/user/src/credential/reset.rs
@@ -404,7 +404,7 @@ impl CredentialResetApp {
},
CURegWarning::Unsatisfiable => html! {
-
{ "An account policy conflict has occured and you will not be able to save your credentials" }
+
{ "An account policy conflict has occurred and you will not be able to save your credentials" }
{ "Contact support IMMEDIATELY." }
},
diff --git a/tools/cli/src/cli/person.rs b/tools/cli/src/cli/person.rs
index 98abc5b96..496579003 100644
--- a/tools/cli/src/cli/person.rs
+++ b/tools/cli/src/cli/person.rs
@@ -904,11 +904,11 @@ fn display_status(status: CUStatus) {
match ext_cred_portal {
CUExtPortal::None => {}
CUExtPortal::Hidden => {
- println!("Externally Managed: Not all features may be avaliable");
+ println!("Externally Managed: Not all features may be available");
println!(" Contact your admin for more details.");
}
CUExtPortal::Some(url) => {
- println!("Externally Managed: Not all features may be avaliable");
+ println!("Externally Managed: Not all features may be available");
println!(" Visit {} to update your account details.", url.as_str());
}
};