Skip to content

Commit

Permalink
fixes #1093
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed Dec 11, 2024
1 parent 8812fe0 commit a37c614
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 94 deletions.
2 changes: 2 additions & 0 deletions courseware/vueapp/courseware-plugin-opencast-video.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
>
<template #content>
<div>
<!--
<span v-if="isCurrentVideoLTIChecked && !isCurrentVideoLTIAuthenticated" v-text="$gettext('Es ist ein Verbindungsfehler zum Opencast Server aufgetreten. Das ausgewählte Video kann zurzeit nicht angezeigt werden.')"></span>
-->

<span v-if="!currentVideoId" v-text="$gettext('Es wurde bisher kein Video ausgewählt')"></span>
<span v-else-if="!currentEpisodeURL" v-text="$gettext('Dieses Video hat keinen Veröffentlichungs-URL-Link')"></span>
Expand Down
Binary file modified locale/en/LC_MESSAGES/opencast.mo
Binary file not shown.
Loading

0 comments on commit a37c614

Please sign in to comment.