Frontend: Update tooltip #1019

This commit is contained in:
theresa 2021-08-24 15:43:45 +02:00
parent 3fc7b1b523
commit dae27fcf6a

View file

@ -113,7 +113,7 @@
<v-btn
v-if="isAlbum && features.albums" fab dark
small
:title="$gettext('Remove')"
:title="$gettext('Remove from album')"
color="remove"
:disabled="selection.length === 0"
class="action-remove"