Skip to content

Commit

Permalink
Update resources/js/components/forms/album/AlbumShare.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Stone <[email protected]>
  • Loading branch information
ildyria and d7415 authored Jan 1, 2025
1 parent 54a2a90 commit e9c1bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/forms/album/AlbumShare.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>
<div class="w-1/2 flex justify-around items-center">
<i class="pi pi-eye" v-tooltip.top="'Grants read access'" />
<i class="pi pi-window-maximize" v-tooltip.top="'Grants original photo access'" />
<i class="pi pi-window-maximize" v-tooltip.top="'Grants access to original photo'" />
<i class="pi pi-cloud-download" v-tooltip.top="'Grants download'" />
<i class="pi pi-upload" v-tooltip.top="'Grants upload'" />
<i class="pi pi-file-edit" v-tooltip.top="'Grants edit'" />
Expand Down

0 comments on commit e9c1bbb

Please sign in to comment.