Browse Source

fix extra parenthesis

master
Gaëtan Renaudeau 7 years ago
parent
commit
aee3770aec
  1. 2
      static/i18n/en/errors.yml

2
static/i18n/en/errors.yml

@ -36,7 +36,7 @@ LedgerAPIError:
title: 'Sorry, try again (API HTTP {{status}})' title: 'Sorry, try again (API HTTP {{status}})'
description: Interacting with Ledger's API server went wrong. Please retry. description: Interacting with Ledger's API server went wrong. Please retry.
LedgerAPIErrorWithMessage: LedgerAPIErrorWithMessage:
title: 'Oops, {{message}})' title: 'Oops, {{message}}'
description: Please retry or contact Ledger Support. description: Please retry or contact Ledger Support.
LedgerAPINotAvailable: LedgerAPINotAvailable:
title: Sorry, {{currencyName}} services unavailable title: Sorry, {{currencyName}} services unavailable

Loading…
Cancel
Save