Commit 8d1f9fef authored by Mark Harding's avatar Mark Harding

(fix): i18n compilation issue

parent e2bf6f13
No related merge requests found
Pipeline #102385374 waiting for manual action with stages
in 44 minutes and 11 seconds
......@@ -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>
......
Please register or to comment