ng-easycommerce 0.0.584 → 0.0.585

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ # version 0.0.585
2
+ - Modificación texto total a pagar en `decidir-ec.component.html`
1
3
  # version 0.0.584
2
4
  - Se agrega traducciones a es.json y en.json para reviews.
3
5
  # version 0.0.583
@@ -141,11 +141,11 @@
141
141
  inputRate.setAttribute('id', 'total_con_interes');
142
142
  inputRate.setAttribute('name', 'total_con_interes');
143
143
  inputRate.setAttribute('readonly', true); // Input de solo lectura
144
- inputRate.setAttribute('placeholder', 'Total con interés');
144
+ inputRate.setAttribute('placeholder', 'Total a pagar');
145
145
 
146
146
  let labelRate = document.createElement('label');
147
147
  labelRate.setAttribute('for', 'total_con_interes');
148
- labelRate.textContent = 'Total con interés:';
148
+ labelRate.textContent = 'Total a pagar:';
149
149
 
150
150
  contInputRate.appendChild(inputRate);
151
151
  contInputRate.appendChild(labelRate);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-easycommerce",
3
- "version": "0.0.584",
3
+ "version": "0.0.585",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^9.0.0",
6
6
  "@angular/core": "^9.0.0",