- {{ t('Sort routes') }}
+ {{ t('route.ticket.sortRoutes') }}
{
:disable="!selectedRows?.length"
@click="goToBuscaman()"
>
- {{ t('Open buscaman') }}
+ {{ t('route.ticket.openBuscaman') }}
{
:disable="!selectedRows?.length"
@click="deletePriorities"
>
- {{ t('Delete priority') }}
+ {{ t('route.ticket.deletePriority') }}
{
>
{{
- t('Renumber all tickets in the order you see on the screen')
+ t('route.ticket.renumberAllTickets')
}}
@@ -301,7 +315,7 @@ const openSmsDialog = async () => {
:disable="!selectedRows?.length"
@click="openSmsDialog"
>
- {{ t('Send SMS to all clients') }}
+ {{ t('route.ticket.sendSmsClients') }}
@@ -339,7 +353,7 @@ const openSmsDialog = async () => {
@click="setHighestPriority(row, rows)"
>