]> git.agnieray.net Git - galette.git/blobdiff - galette/lib/Galette/Core/Install.php
Replace displaynone class with visually-hidden
[galette.git] / galette / lib / Galette / Core / Install.php
index 0af9ae4a4f4860aeffcc0bbf40a23ce50516a6c5..30d12305923d03e70ebc707a958e276cf5be0a25 100644 (file)
@@ -166,7 +166,7 @@ class Install
     {
         $img_name = ($arg === true) ? 'green check' : 'red times';
         $alt = ($arg === true) ? _T("Ok") : _T("Ko");
-        $img = '<i class="ui ' . $img_name . ' icon" aria-hidden="true"></i><span class="displaynone">' . $alt . '</span>';
+        $img = '<i class="ui ' . $img_name . ' icon" aria-hidden="true"></i><span class="visually-hidden">' . $alt . '</span>';
         return $img;
     }