summaryrefslogtreecommitdiff
path: root/templates/edit_journey.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-01-28 20:26:15 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-01-28 20:26:15 +0100
commitbd8a825138d723f682596eefac735ef8f0bdc22c (patch)
tree36b41c9335dd2807f0ef908204d4f558e1eb75eb /templates/edit_journey.html.ep
parentfca6a5df6ccf2424773d27f86f308073d0555f37 (diff)
Add aria labels where needed, commit 1 of many (#37)
Diffstat (limited to 'templates/edit_journey.html.ep')
-rw-r--r--templates/edit_journey.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_journey.html.ep b/templates/edit_journey.html.ep
index ff36381..0eb8a99 100644
--- a/templates/edit_journey.html.ep
+++ b/templates/edit_journey.html.ep
@@ -108,7 +108,7 @@
<div class="col s6 m6 l6 center-align">
<button class="btn waves-effect waves-light" type="submit" name="action" value="save">
Speichern
- <i class="material-icons right">send</i>
+ <i class="material-icons right" aria-hidden="true">send</i>
</button>
</div>
</div>