summaryrefslogtreecommitdiffstats
path: root/core/src/OC/contactsmenu/contact.handlebars
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/OC/contactsmenu/contact.handlebars')
-rw-r--r--core/src/OC/contactsmenu/contact.handlebars4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/OC/contactsmenu/contact.handlebars b/core/src/OC/contactsmenu/contact.handlebars
index 483cb3e93d5..c020cb797da 100644
--- a/core/src/OC/contactsmenu/contact.handlebars
+++ b/core/src/OC/contactsmenu/contact.handlebars
@@ -28,7 +28,7 @@
</a>
{{/if}}
{{#if contact.topAction}}
- <a class="top-action" href="{{contact.topAction.hyperlink}}" title="{{contact.topAction.title}}">
+ <a class="top-action" href="{{contact.topAction.hyperlink}}" title="{{contact.topAction.title}}" aria-label="{{contact.topAction.title}}">
<img src="{{contact.topAction.icon}}" alt="{{contact.topAction.title}}">
</a>
{{/if}}
@@ -49,7 +49,7 @@
</div>
{{/if}}
{{#if contact.hasTwoActions}}
-<a class="second-action" href="{{contact.secondAction.hyperlink}}" title="{{contact.secondAction.title}}">
+<a class="second-action" href="{{contact.secondAction.hyperlink}}" aria-label="{{contact.secondAction.title}}" title="{{contact.secondAction.title}}">
<img src="{{contact.secondAction.icon}}" alt="{{contact.secondAction.title}}">
</a>
{{/if}}