mod_invites_page: Add alt text to invalid invite image
authorMatthew Wild <mwild1@gmail.com>
Tue, 15 Sep 2020 16:16:16 +0100
changeset 4137 0ba6108afcbf
parent 4136 36795f773faf
child 4138 82713dfee238
mod_invites_page: Add alt text to invalid invite image
mod_invites_page/html/invite_invalid.html
--- a/mod_invites_page/html/invite_invalid.html	Tue Sep 15 16:15:51 2020 +0100
+++ b/mod_invites_page/html/invite_invalid.html	Tue Sep 15 16:16:16 2020 +0100
@@ -25,7 +25,7 @@
 
 				<p>Sorry, it looks like this invite code has expired!</p>
 
-				<img class="w-100" src="{static}/illus-empty.svg">
+				<img class="w-100" alt="Sad person holding empty box" src="{static}/illus-empty.svg">
 			</div>
 		</div>
 	</div>