diff --git a/modules/entry/front/buy/index/index.html b/modules/entry/front/buy/index/index.html
index 4a1f0837d1..22ae275402 100644
--- a/modules/entry/front/buy/index/index.html
+++ b/modules/entry/front/buy/index/index.html
@@ -75,13 +75,15 @@
|
-
+ |
|
|
|
|
|
|
diff --git a/modules/entry/front/buy/index/locale/es.yml b/modules/entry/front/buy/index/locale/es.yml
index 8f2be1e447..bd10b39aaa 100644
--- a/modules/entry/front/buy/index/locale/es.yml
+++ b/modules/entry/front/buy/index/locale/es.yml
@@ -1 +1,2 @@
-Buy: Lineas de entrada
\ No newline at end of file
+Buys: Compras
+Delete buy(s): Eliminar compra(s)
\ No newline at end of file
diff --git a/modules/entry/front/routes.json b/modules/entry/front/routes.json
index f45e008077..0dc1e7ea0b 100644
--- a/modules/entry/front/routes.json
+++ b/modules/entry/front/routes.json
@@ -94,7 +94,7 @@
"url" : "/index",
"state": "entry.card.buy.index",
"component": "vn-entry-buy-index",
- "description": "Buy",
+ "description": "Buys",
"params": {
"entry": "$ctrl.entry"
},
| |