aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/SharingEntry.vue
diff options
context:
space:
mode:
authorAlexandre Guiot--Valentin <contact@alexandregv.fr>2019-12-26 12:35:51 +0000
committerGary Kim <gary@garykim.dev>2019-12-26 21:17:50 +0800
commitab50fee1e53b24c7b765a9711f1f774ab9a19057 (patch)
tree5032e83742607dac934e86c51abad3c4100ff0ea /apps/files_sharing/src/components/SharingEntry.vue
parentdd813842830ce1c6d6c6a9b7a7a9a277554b2e3d (diff)
downloadnextcloud-server-ab50fee1e53b24c7b765a9711f1f774ab9a19057.tar.gz
nextcloud-server-ab50fee1e53b24c7b765a9711f1f774ab9a19057.zip
Change icon-delete to icon-close in others locations
Signed-off-by: Alexandre Guiot--Valentin <contact@alexandregv.fr> Signed-off-by: Gary Kim <gary@garykim.dev>
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntry.vue')
-rw-r--r--apps/files_sharing/src/components/SharingEntry.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/components/SharingEntry.vue b/apps/files_sharing/src/components/SharingEntry.vue
index a19d1331f61..ff6e8bcae77 100644
--- a/apps/files_sharing/src/components/SharingEntry.vue
+++ b/apps/files_sharing/src/components/SharingEntry.vue
@@ -121,7 +121,7 @@
</template>
<ActionButton v-if="share.canDelete"
- icon="icon-delete"
+ icon="icon-close"
:disabled="saving"
@click.prevent="onDelete">
{{ t('files_sharing', 'Unshare') }}