From 5c6243309851ffafd103bd61b1595da23129dd3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20G=C3=B3mez=20Juarez?= Date: Mon, 11 Jan 2021 22:08:29 -0600 Subject: [PATCH] Fix bug in PagerInfo Correction of the bug in "pagerinfo" did not show the correct start number within the datatable. --- framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/es.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/es.json b/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/es.json index 4f0906ee3e..52402db298 100644 --- a/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/es.json +++ b/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/es.json @@ -30,7 +30,7 @@ "PagerPrevious": "Anterior", "PagerFirst": "Primero", "PagerLast": "Ăšltimo", - "PagerInfo": "Mostrando de la _START a la _END_ de _TOTAL_ entradas", + "PagerInfo": "Mostrando de la _START_ a la _END_ de _TOTAL_ entradas", "PagerInfo{0}{1}{2}": "Mostrando de la {0} a la {1} de {2} entradas", "PagerInfoEmpty": "Mostrando de la 0 a la 0 de 0 entradas", "PagerInfoFiltered": "(filtrado desde _MAX_ entradas totales)",