diff --git a/src/pages/mod.rs b/src/pages/mod.rs index 4136c36..bb7784f 100644 --- a/src/pages/mod.rs +++ b/src/pages/mod.rs @@ -22,7 +22,7 @@ mod panel; pub mod routes; //mod sitemap; -pub const NAME: &str = "Kaizen"; +pub const NAME: &str = "mCaptcha Survey"; pub fn services(cfg: &mut ServiceConfig) { auth::services(cfg); diff --git a/src/static_assets/static_files.rs b/src/static_assets/static_files.rs index dfe0874..bb22fd5 100644 --- a/src/static_assets/static_files.rs +++ b/src/static_assets/static_files.rs @@ -37,7 +37,7 @@ pub mod assets { lazy_static! { pub static ref LOGO: Img = Img { path: FILES.get("./static/cache/img/logo.svg").unwrap(), - name: "Kaizen logo" + name: "mCaptcha logo" }; pub static ref TRASH: Img = Img { path: FILES.get("./static/cache/img/trash.svg").unwrap(), diff --git a/templates/auth/join/index.html b/templates/auth/join/index.html index 0011816..1c231ce 100644 --- a/templates/auth/join/index.html +++ b/templates/auth/join/index.html @@ -55,7 +55,7 @@
Forgot password? - +
diff --git a/templates/auth/login/index.html b/templates/auth/login/index.html index 29f724f..69dc951 100644 --- a/templates/auth/login/index.html +++ b/templates/auth/login/index.html @@ -39,7 +39,7 @@

- New to Kaizen? + New to mCaptcha Survey? Create an account