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:
Lauri Ojansivu 2025-08-09 11:33:50 +03:00 committed by GitHub
commit 4ce7ff7cef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 87 additions and 20 deletions

View file

@ -288,7 +288,7 @@ BlazeComponent.extendComponent({
this.setLoading(false);
}
DocHead.setTitle(productName);
DocHead.setTitle(`Settings - ${productName}`);
},
sendSMTPTestEmail() {