Merge branch 'patch-1' into 'develop'
Change approve instance button from x to check Closes #210 See merge request funkwhale/funkwhale!200
This commit is contained in:
commit
a67e57891f
|
@ -55,7 +55,7 @@
|
||||||
<p slot="modal-confirm"><i18next path="Deny"/></p>
|
<p slot="modal-confirm"><i18next path="Deny"/></p>
|
||||||
</dangerous-button>
|
</dangerous-button>
|
||||||
<dangerous-button v-if="follow.approved !== true" class="tiny basic labeled icon" color='green' @confirm="updateFollow(follow, true)">
|
<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-header"><i18next path="Approve access?"/></p>
|
||||||
<p slot="modal-content">
|
<p slot="modal-content">
|
||||||
<i18next path="By confirming, {%0%}@{%1%} will be granted access to your library.">
|
<i18next path="By confirming, {%0%}@{%1%} will be granted access to your library.">
|
||||||
|
|
Loading…
Reference in New Issue