From 8b2008ec2dbef83c9b90d58bdac9e827362cff53 Mon Sep 17 00:00:00 2001 From: LucasC Date: Wed, 6 Nov 2024 15:36:28 +0100 Subject: [PATCH] XWIKI-22484: The alternative for the home link on the logo does not mean anything (#3510) * Updated the companylogo template to add a proper text alternative * Added translations for those text alternatives (cherry picked from commit 3dfbed144a4d35f7cc6c06fc939cc88911650e64) --- .../src/main/resources/flamingo/companylogo.vm | 8 ++++++-- .../src/main/resources/ApplicationResources.properties | 3 +++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/companylogo.vm b/xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/companylogo.vm index 887885715991..5391c06fe986 100644 --- a/xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/companylogo.vm +++ b/xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/companylogo.vm @@ -46,7 +46,11 @@ #end #end diff --git a/xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties b/xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties index 4856a21c951d..0329496f2d1c 100644 --- a/xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties +++ b/xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties @@ -752,6 +752,9 @@ core.footer.modification=Last modified by {0} on {1} ## This label is only visible by AT users to help with understanding the meaning of the top section containing ## the page title and the info about the last modification of the page. core.document.header.info.label=Page header +## These two text alternatives are only visible by AT users. +core.document.header.logo.anchor.text=Home +core.document.header.logo.image.text=Logo of the wiki ## This label is only visible by AT users to help with understanding the meaning of the top section containing ## the action buttons: 'Edit', 'Create' and 'More Actions'. core.document.header.menu.nav.label=Page actions