0
0
Fork 0

fix: refs #7404 translate and width problem

This commit is contained in:
Pablo Natek 2024-09-30 10:13:39 +02:00
parent 868e6a312f
commit c815177be9
1 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@ const columns = [
name: 'tableActions', name: 'tableActions',
actions: [ actions: [
{ {
title: t('More'), title: t('View more details'),
icon: 'search', icon: 'search',
isPrimary: true, isPrimary: true,
action: (row) => { action: (row) => {
@ -279,7 +279,7 @@ function round(value) {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
width: 45%; width: 35%;
} }
.text-negative { .text-negative {
color: $negative !important; color: $negative !important;
@ -293,8 +293,8 @@ function round(value) {
Buyer: Comprador Buyer: Comprador
Reserve: Reservado Reserve: Reservado
Bought: Comprado Bought: Comprado
More: Más
Date: Fecha Date: Fecha
View more details: Ver más detalles
Reserve some space: Reservar espacio Reserve some space: Reservar espacio
This buyer has already made a reservation for this date: Este comprador ya ha hecho una reserva para esta fecha This buyer has already made a reservation for this date: Este comprador ya ha hecho una reserva para esta fecha
</i18n> </i18n>