From f0a62fbad5dcf35cfd04d1a7e21f5bf0233cc2ce Mon Sep 17 00:00:00 2001 From: Thomas Citharel <tcit@tcit.fr> Date: Fri, 18 May 2018 11:58:32 +0000 Subject: [PATCH] Change approve instance button from x to check Closes #210 --- front/src/components/federation/LibraryFollowTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/federation/LibraryFollowTable.vue b/front/src/components/federation/LibraryFollowTable.vue index fd16d837..4a7fe59f 100644 --- a/front/src/components/federation/LibraryFollowTable.vue +++ b/front/src/components/federation/LibraryFollowTable.vue @@ -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."> -- GitLab