From 8437c62474ad993513d4c87d680d8b9a2869e56e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Jaenisch?= Date: Sat, 4 Jun 2022 23:48:35 +0200 Subject: [PATCH] Add alt text to logo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The recommended way is to use the name of the organisation followed by "logo". however, since this is my first contribution, I am not entirely sure, whether this is the best approach here. The organisation is different from the organisation you can create as part of the application. Instead, it is more related to the site hosting the instance. Plus, I don't know how to best handle it when the logo image is swapped out. Therefore, I use plain "Logo" and hope that the person visiting the site has enough context. Signed-off-by: André Jaenisch --- options/locale/locale_en-US.ini | 1 + templates/base/head_navbar.tmpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 5dfe9290091ce..d52fe05569496 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2,6 +2,7 @@ home = Home dashboard = Dashboard explore = Explore help = Help +logo = Logo sign_in = Sign In sign_in_with = Sign In With sign_out = Sign Out diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl index babf244f9380a..37a579142c566 100644 --- a/templates/base/head_navbar.tmpl +++ b/templates/base/head_navbar.tmpl @@ -1,7 +1,7 @@