Frontend: Update tooltip #1019
This commit is contained in:
parent
3fc7b1b523
commit
dae27fcf6a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue