Skip to content
Snippets Groups Projects
Commit 29665b75 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: change selected playlist label in show editor

refs #181
parent 301ab4eb
No related branches found
No related tags found
No related merge requests found
......@@ -64,12 +64,12 @@
</FormGroup>
<FormGroup
:label="t('showMeta.defaultPlaylistId')"
:label="t('showMeta.defaultPlaylist')"
:errors="defaultPlaylistIdErrors"
with-edit-button
@edit="openDefaultPlaylistSelectorModal"
>
<template v-if="playlist">{{ playlist.description }} ({{ playlist.id }})</template>
<template v-if="playlist">{{ playlist.description }}</template>
<template v-else-if="isLoadingPlaylist">{{ t('loading') }}</template>
<template v-else>-</template>
</FormGroup>
......
......@@ -280,8 +280,8 @@ export default {
editCbaSeriesId: 'CBA Sendungs-ID bearbeiten',
invalidCbaSeriesId: 'Bitte gib eine Ganzzahl als Sendungs-ID an.',
defaultPlaylistId: 'Standardplaylist-ID für Sendereihe',
editDefaultPlaylistId: 'Standardplaylist-ID bearbeiten',
defaultPlaylist: 'Standardplaylist für Sendereihe',
editDefaultPlaylist: 'Standardplaylist bearbeiten',
// Meta arrays
categories: 'Kategorien',
......
......@@ -280,8 +280,8 @@ export default {
editCbaSeriesId: 'Edit CBA Series ID',
invalidCbaSeriesId: 'Please enter a valid integer as series ID',
defaultPlaylistId: 'Default show playlist ID',
editDefaultPlaylistId: 'Edit default show playlist ID',
defaultPlaylist: 'Default show playlist ID',
editDefaultPlaylist: 'Edit default show playlist ID',
// Meta arrays
categories: 'Categories',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment