Skip to content

Commit

Permalink
Simplify error message
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Christoph Borchardt <[email protected]>
  • Loading branch information
jancborchardt committed Mar 12, 2019
1 parent a0ace4b commit 71519c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<template>
<div id="emptycontent">
<div class="icon-error" />
<h2>{{ t('viewer', 'An error occurred during the load of the file {name}', { name }) }}</h2>
<h2>{{ t('viewer', 'Error loading {name}', { name }) }}</h2>
</div>
</template>

Expand Down

0 comments on commit 71519c4

Please sign in to comment.