Skip to content

Commit

Permalink
♻️ NON_STANDARD_TARIFF -> CUSTOM_TARIFF
Browse files Browse the repository at this point in the history
In order to adapt to API nomenclature.
  • Loading branch information
vokimon committed Jul 28, 2023
1 parent 50a161f commit 9a09834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/containers/Indexed/IndexedFailure.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function Failure(props) {
OPEN_CASES: t('INDEXED_OPEN_CASES_ERROR_TXT'),
STATE_CONFLICT: t('INDEXED_STATE_CONFLICT_ERROR_TXT'),
PENDING_CONTRACT_MODIFICATION: t('PENDING_CONTRACT_MODIFICATION_ERROR_TXT'),
NON_STANDARD_TARIFF: t('INDEXED_NON_STANDARD_TARIFF_ERROR_TXT'),
CUSTOM_TARIFF: t('INDEXED_CUSTOM_TARIFF_ERROR_TXT'),
INVALID_FIELD: t('INDEXED_INVALID_FIELD_ERROR', {
error_field: errorData?.[0]?.field || t('UNKNOWN_FIELD')
}),
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locale-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
"INDEXED_NO_CHANGES_ERROR_TXT": "La tarifa del contato ya es indexada.",
"INDEXED_STATE_CONFLICT_ERROR_TXT": "El contrato no está en estado activo.",
"PENDING_CONTRACT_MODIFICATION_ERROR_TXT": "El contato tiene pendiente la aplicación de otra modificación.",
"INDEXED_NON_STANDARD_TARIFF_ERROR_TXT": "El contracto tiene una tarifa personalizada. Contacta con nosotras para cambiarla.",
"INDEXED_CUSTOM_TARIFF_ERROR_TXT": "El contracto tiene una tarifa personalizada. Contacta con nosotras para cambiarla.",
"TARIFF_CHARACTERISTICS_20_URL": "https://es.support.somenergia.coop/article/1004-la-tarifa-2-0td?utm_source=linkidiomes&utm_medium=cda&utm_campaign=castellano",
"TARIFF_CHARACTERISTICS_30_URL": "https://es.support.somenergia.coop/article/1116-la-tarifa-3-0td",
"TARIFF_CHARACTERISTICS_6_URL": "https://es.support.somenergia.coop/article/1164-tarifas-de-alta-tension-6-1td-6-2td-6-3td-y-6-4td",
Expand Down

0 comments on commit 9a09834

Please sign in to comment.