mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 17:48:49 +01:00
Merge pull request #5857 from seve12/main
Accessibility: - Added product name to page titles, settings and global search. - More accessible header and layout templates, modal dialogs, DOM structure, color contrast.
This commit is contained in:
commit
4ce7ff7cef
9 changed files with 87 additions and 20 deletions
|
|
@ -288,7 +288,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