diff --git a/client/components/main/layouts.jade b/client/components/main/layouts.jade index 8f2cfce82..11daa2760 100644 --- a/client/components/main/layouts.jade +++ b/client/components/main/layouts.jade @@ -12,8 +12,8 @@ head link(rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png") link(rel="manifest" crossOrigin="use-credentials" href="/site.webmanifest") link(rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5") - meta(name="apple-mobile-web-app-title" content="Wekan") - meta(name="application-name" content="Wekan") + meta(name="apple-mobile-web-app-title" content="WeKan") + meta(name="application-name" content="WeKan") meta(name="msapplication-TileColor" content="#00aba9") meta(name="theme-color" content="#ffffff") //link(rel="stylesheet" type="text/css" class="__meteor-css__" href="css/html5-default-theme.css") @@ -21,11 +21,11 @@ head template(name="userFormsLayout") section.auth-layout if currentSetting.hideLogo - h1.at-form-landing-logo Wekan + h1.at-form-landing-logo WeKan br br unless currentSetting.hideLogo - h1.at-form-landing-logo Wekan + h1.at-form-landing-logo WeKan if currentSetting.customLoginLogoImageUrl if currentSetting.customLoginLogoLinkUrl a(href="{{currentSetting.customLoginLogoLinkUrl}}") @@ -35,7 +35,7 @@ template(name="userFormsLayout") img(src="{{currentSetting.customLoginLogoImageUrl}}" width="300" height="auto") br else - img(src="{{pathFor '/wekan-logo.svg'}}" alt="" width="300" height="auto") + img(src="{{pathFor '/WeKan-logo.svg'}}" alt="" width="300" height="auto") br if currentSetting.textBelowCustomLoginLogo hr diff --git a/config/router.js b/config/router.js index c1d2367d6..adf3fc653 100644 --- a/config/router.js +++ b/config/router.js @@ -226,7 +226,7 @@ FlowRouter.route('/global-search', { Utils.manageCustomUI(); Utils.manageMatomo(); const currentSetting = ReactiveCache.getCurrentSetting && ReactiveCache.getCurrentSetting(); - const productName = currentSetting && currentSetting.productName ? currentSetting.productName : 'Wekan'; + const productName = currentSetting && currentSetting.productName ? currentSetting.productName : 'WeKan'; DocHead.setTitle(`${TAPi18n.__('globalSearch-title')} - ${productName}`); if (FlowRouter.getQueryParam('q')) { Session.set(