Fixed typo in source translation

environments/review-front-brok-oyrjvg/deployments/2100
Eliot Berriot 2019-07-08 09:21:54 +02:00
rodzic b95710bb3a
commit 197d1d65c6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -50,7 +50,7 @@
translate-context="*/*/Error">Impossible to connect to the remote server</translate>
<translate
v-else-if="['invalid_json', 'invalid_jsonld', 'missing_jsonld_type'].indexOf(fetch.detail.error_code) > -1"
translate-context="*/*/Error">The return server returned invalid JSON or JSON-LD data</translate>
translate-context="*/*/Error">The remote server returned invalid JSON or JSON-LD data</translate>
<translate v-else-if="fetch.detail.error_code === 'validation'" translate-context="*/*/Error">Data returned by the remote server had invalid or missing attributes</translate>
<translate v-else-if="fetch.detail.error_code === 'unhandled'" translate-context="*/*/Error">Unknowkn error</translate>
<translate v-else translate-context="*/*/Error">Unknowkn error</translate>