Skip to content

Commit

Permalink
Change wording of transfer course content action, ref #879 (#907)
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Benz <dennis.benz@uos.de>
  • Loading branch information
dennis531 and Dennis Benz committed Jan 25, 2024
1 parent ace542b commit 071420a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vueapp/components/Courses/CoursesSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<li v-if="canEdit">
<a @click="$emit('copyAll')">
<studip-icon style="margin-left: -20px;" shape="export" role="clickable"/>
{{ $gettext('Videos/Wiedergabelisten übertragen') }}
{{ $gettext('Kursinhalte übertragen') }}
</a>
</li>
</template>
Expand Down

0 comments on commit 071420a

Please sign in to comment.