Skip to content

Commit

Permalink
Merge pull request #24 from nextcloud/design/errormessage
Browse files Browse the repository at this point in the history
Simplify error message
  • Loading branch information
MariusBluem authored Mar 12, 2019
2 parents a0ace4b + 71519c4 commit e9eb8d6
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 e9eb8d6

Please sign in to comment.