mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 09:38:49 +01:00
Fixed uppercase K of WeKan.
Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/5857
This commit is contained in:
parent
4ce7ff7cef
commit
b137108ae1
2 changed files with 6 additions and 6 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue