fix app name

This commit is contained in:
Aravinth Manivannan 2021-10-14 21:54:26 +05:30
parent aa6b17bc51
commit bc950268de
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
4 changed files with 4 additions and 4 deletions

View File

@ -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);

View File

@ -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(),

View File

@ -55,7 +55,7 @@
<div class="form__action-container">
<a href="/forgot-password">Forgot password?</a>
<button class="form__submit" type="submit">Login</button>
<button class="form__submit" type="submit">Join</button>
</div>
</form>

View File

@ -39,7 +39,7 @@
</form>
<p class="form__alt-action">
New to Kaizen?
New to mCaptcha Survey?
<a href="<.= crate::PAGES.auth.join .>">Create an account </a>
</p>
</main>