From 81bfd7a8fd2b451995d7a6e692e78b9ffbcaad7d Mon Sep 17 00:00:00 2001 From: dmeidlin Date: Mon, 8 Feb 2021 18:50:23 -0500 Subject: [PATCH] [BI-563] change verbage remove to archive --- src/components/trait/TraitListsTable.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/trait/TraitListsTable.vue b/src/components/trait/TraitListsTable.vue index b04fd8455..380936f72 100644 --- a/src/components/trait/TraitListsTable.vue +++ b/src/components/trait/TraitListsTable.vue @@ -33,7 +33,7 @@ class="button is-danger" v-on:click="modalDeleteHandler" > - Yes, {{ focusTrait.active ? 'remove' : 'restore' }} + Yes, {{ focusTrait.active ? 'archive' : 'restore' }}