]> git.openstreetmap.org Git - rails.git/commitdiff
Use alt text in OpenID image alt attribute
authorAnton Khorev <tony29@yandex.ru>
Fri, 5 Jul 2024 09:36:02 +0000 (12:36 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 5 Jul 2024 09:36:02 +0000 (12:36 +0300)
app/views/application/_auth_providers.html.erb

index be921ee9cfdf84bf837de36dae9a0d0614b5d973..66417bca2bde278331daf83e799aa5872524e2b4 100644 (file)
@@ -26,7 +26,7 @@
     <% end %>
 
       <%= link_to image_tag("openid.svg",
-                            :alt => t("application.auth_providers.openid.title"),
+                            :alt => t("application.auth_providers.openid.alt"),
                             :size => "36"),
                   "#",
                   :id => "openid_open_url",