Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
411
Merge Requests
58
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
8d1f9fef
Commit
8d1f9fef
authored
1 hour ago
by
Mark Harding
Browse files
Options
Download
(fix): i18n compilation issue
parent
e2bf6f13
master
No related merge requests found
Pipeline
#102385374
waiting for manual action with stages
in 44 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/app/modules/notifications/notification.component.html
View file @
8d1f9fef
...
...
@@ -1780,7 +1780,7 @@
<ng-template
ngSwitchCase=
"transcode_completed"
>
<a
[routerLink]=
"['/media/', notification.entity.guid]"
>
<p
i18n=
"@@NOTIFICATIONS__NOTIFICATION__
REWARDS__YOU_HAVE_LEFT
"
>
<p
i18n=
"@@NOTIFICATIONS__NOTIFICATION__
TRANSCODE_COMPLETED
"
>
Your video has finished transcoding.
</p>
</a>
...
...
@@ -1788,7 +1788,7 @@
<ng-template
ngSwitchCase=
"transcode_failed"
>
<a
[routerLink]=
"['/media/', notification.entity.guid]"
>
<p
i18n=
"@@NOTIFICATIONS__NOTIFICATION__
REWARDS__YOU_HAVE_LEFT
"
>
<p
i18n=
"@@NOTIFICATIONS__NOTIFICATION__
TRANSCODE_FAILED
"
>
Your video failed to transcode. Please check that your format is valid
and try to upload the video again.
</p>
...
...
This diff is collapsed.
Please
register
or
sign in
to comment