Skip to content

Commit 1a0c2af

Browse files
committed
Remove bogus aria-label
Signed-off-by: Josh Soref <[email protected]>
1 parent 3327d4a commit 1a0c2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/gitlab/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def before_page_load(self, node, user):
302302
)
303303
else:
304304
message += (
305-
' View the <u><a href="{url}" aria-label="github link" >files in this repo</a></u> on GitLab '
305+
' View the <u><a href="{url}">files in this repo</a></u> on GitLab '
306306
'.'
307307
).format(url=repo.http_url_to_repo)
308308
messages.append(message)

0 commit comments

Comments
 (0)