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:
parent
dc9c871e57
commit
877b46ead6
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue