diff --git a/frontend/components/AsyncTask.vue b/frontend/components/AsyncTask.vue index 5aa3c54..c42a2ea 100644 --- a/frontend/components/AsyncTask.vue +++ b/frontend/components/AsyncTask.vue @@ -55,7 +55,7 @@ {{ $t('async_task.error_task') }} diff --git a/frontend/locales/en.ts b/frontend/locales/en.ts index 74fdafa..6e20700 100644 --- a/frontend/locales/en.ts +++ b/frontend/locales/en.ts @@ -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', }, };