Skip to content

Commit

Permalink
0.6 Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
albrugnetti committed Aug 9, 2023
1 parent 8af0fac commit b292807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/components/AsyncTask.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
{{ $t('async_task.error_task') }}
</template>
<template v-if="!isInError">
{{ computedProgression }}%
{{ computedProgression }}%
</template>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ export default {
created_at: 'created at',
started_at: 'started at',
completed_at: 'completed at',
error_task: 'An error occurred while running task'
error_task: 'An error occurred while running task',
},
};

0 comments on commit b292807

Please sign in to comment.