Bug 32030: Improve label for 'Add to/remove from holdings' buttons

Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2022-08-04 15:30:39 +02:00 committed by Tomas Cohen Arazi
parent dc9c871e57
commit 877b46ead6
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F
2 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@
class="btn btn-default btn-xs"
role="button"
@click="add_to_holdings"
><font-awesome-icon icon="plus" /> Add to holdings</a
><font-awesome-icon icon="plus" /> Add package to holdings</a
>
<a
v-else
@ -17,7 +17,7 @@
role="button"
id="remove-from-holdings"
@click="remove_from_holdings"
><font-awesome-icon icon="minus" /> Remove from holdings</a
><font-awesome-icon icon="minus" /> Remove package from holdings</a
> </span
><span v-else><font-awesome-icon icon="spinner" /></span>
</h2>

View file

@ -9,7 +9,7 @@
class="btn btn-default btn-xs"
role="button"
@click="add_to_holdings"
><font-awesome-icon icon="plus" /> Add to holdings</a
><font-awesome-icon icon="plus" /> Add title to holdings</a
>
<a
v-else
@ -17,7 +17,7 @@
role="button"
id="remove-from-holdings"
@click="remove_from_holdings"
><font-awesome-icon icon="minus" /> Remove from holdings</a
><font-awesome-icon icon="minus" /> Remove title from holdings</a
> </span
><span v-else><font-awesome-icon icon="spinner" /></span>
</h2>