mirror of
https://github.com/wekan/wekan.git
synced 2025-12-26 20:28:48 +01:00
Update page titles to include product name in settings and global search
This commit is contained in:
parent
20f91ef893
commit
ecb6ff57fc
2 changed files with 4 additions and 3 deletions
|
|
@ -287,7 +287,7 @@ BlazeComponent.extendComponent({
|
|||
this.setLoading(false);
|
||||
}
|
||||
|
||||
DocHead.setTitle(productName);
|
||||
DocHead.setTitle(`Settings - ${productName}`);
|
||||
},
|
||||
|
||||
sendSMTPTestEmail() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue