fix app name
This commit is contained in:
parent
aa6b17bc51
commit
bc950268de
4 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
|
|
@ -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(),
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue