Skip to content

Commit

Permalink
change wording of editor
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed May 22, 2024
1 parent 4f88e61 commit f55663b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vueapp/components/Videos/VideoRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</span>
<a v-else-if="event.state == 'cutting'"
@click="redirectAction(`/editor/` + event.token)"
:title="$gettext('Dieses Video wartet auf den Schnitt. Hier gelangen sie direkt zum Schnitteditor!')"
:title="$gettext('Dieses Video wartet auf den Schnitt. Hier gelangen sie direkt zum Editor!')"
>
<span class="oc--previewimage">
<img class="oc--image-button" :src="cut">
Expand Down Expand Up @@ -476,7 +476,7 @@ export default {
if ((this.event?.preview?.has_previews || this.event?.state == 'cutting') && !this.isLivestream) {
menuItems.push({
id: 5,
label: this.$gettext('Schnitteditor öffnen'),
label: this.$gettext('Videoeditor öffnen'),
icon: 'video2',
emit: 'performAction',
emitArguments: 'VideoCut'
Expand Down
Loading

0 comments on commit f55663b

Please sign in to comment.