Skip to content
Snippets Groups Projects
Commit f0a62fba authored by Thomas Citharel's avatar Thomas Citharel
Browse files

Change approve instance button from x to check

Closes #210
parent 23e27e0d
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@
<p slot="modal-confirm"><i18next path="Deny"/></p>
</dangerous-button>
<dangerous-button v-if="follow.approved !== true" class="tiny basic labeled icon" color='green' @confirm="updateFollow(follow, true)">
<i class="x icon"></i> <i18next path="Approve"/>
<i class="check icon"></i> <i18next path="Approve"/>
<p slot="modal-header"><i18next path="Approve access?"/></p>
<p slot="modal-content">
<i18next path="By confirming, {%0%}@{%1%} will be granted access to your library.">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment