Skip to content
Snippets Groups Projects
Commit c170ee93 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'eliotberriot-develop-patch-82094' into 'develop'

Fixed typo in source translation

See merge request funkwhale/funkwhale!821
parents b95710bb 197d1d65
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment