mirror of
https://github.com/znc/znc.git
synced 2026-05-08 14:24:45 +02:00
Modules web subpages should have translateable titles
This commit is contained in:
@@ -1001,3 +1001,7 @@ CString CWebSock::GetSkinName() {
|
||||
|
||||
return CZNC::Get().GetSkinName();
|
||||
}
|
||||
|
||||
CString CWebSubPage::GetTitle() const {
|
||||
return m_bTranslating ? m_dTitle.Resolve() : m_sTitle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user