Skip to content

Commit

Permalink
fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
fschade committed Oct 25, 2022
1 parent cbff56e commit 9e0a351
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/web-runtime/src/helpers/additionalTranslations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ function $gettext(msg: string): string {
}

export const additionalTranslations = {
fileNotAvailable: $gettext('The requested file is not yet available, please try again later.'),
fileInProcessing: $gettext(
'This file is currently being processed and is not yet available for use. Please try again shortly.'
),
activities: $gettext('Activities'),
noActivities: $gettext('No activities'),
virusDetectedActivity: $gettext(
Expand Down

0 comments on commit 9e0a351

Please sign in to comment.