Include organization name in header title concern
The organization name is helpful to screen reader users when they've got several tabs/windows open with different sites.
This commit is contained in:
@@ -3,7 +3,7 @@ module Header
|
||||
|
||||
def header(&block)
|
||||
provide(:title) do
|
||||
"#{t("#{namespace}.header.title")} - #{title}"
|
||||
"#{t("#{namespace}.header.title")} - #{title} - #{setting["org_name"]}"
|
||||
end
|
||||
|
||||
tag.header do
|
||||
|
||||
Reference in New Issue
Block a user