diff --git a/client/ticket/src/sale/index.html b/client/ticket/src/sale/index.html index 712f38f2a..71bc9f77f 100644 --- a/client/ticket/src/sale/index.html +++ b/client/ticket/src/sale/index.html @@ -74,14 +74,10 @@ - - + ng-show="sale.visible || sale.available" + orange + icon="warning" + vn-tooltip="Visible: {{::sale.visible}}
{{::$ctrl.translate.instant('Available')}} {{::sale.available}}">
diff --git a/client/ticket/src/sale/locale/es.yml b/client/ticket/src/sale/locale/es.yml index 0b70f5c2e..2013cdf98 100644 --- a/client/ticket/src/sale/locale/es.yml +++ b/client/ticket/src/sale/locale/es.yml @@ -14,4 +14,5 @@ Continue anyway?: ¿Estás seguro? The new quantity should be smaller than the old one: La nueva cantidad debe de ser menor que la anterior You have to allow pop-ups in your web browser to use this functionality: Debes permitir los pop-pups en tu navegador para que esta herramienta funcione correctamente -Disc: Dto \ No newline at end of file +Disc: Dto +Available: Disponible \ No newline at end of file