PMCORE-2584

This commit is contained in:
Andrea Adamczyk
2020-12-18 20:57:53 -04:00
parent 97de323e23
commit 5c40bc11f1
5 changed files with 7 additions and 35 deletions

View File

@@ -51,7 +51,7 @@
<div slot="priority" slot-scope="props">{{ props.row.PRIORITY }}</div>
<div slot="actions" slot-scope="props">
<button class="btn btn-success btn-sm" @click="claimCase(props.row)">
{{ $t("ID_CLAIM_CASE") }}
{{ $t("ID_CLAIM") }}
</button>
</div>
</v-server-table>