Skip to content

Commit

Permalink
feat(vue): rename Audio to Audio Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Feb 24, 2021
1 parent a89c440 commit bfccd34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/vue/src/components/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default {
},
{
route: '/audio',
label: 'Audio',
label: 'Guides',
icon: 'mdi-headphones'
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/main/vue/src/views/Audio.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<template>
<MainContainer title="Audio" icon="mdi-headphones">
<MainContainer title="Audio-Guides" icon="mdi-headphones">

<template v-slot:intro>
Hier können Sie die Audio-Dateien verwalten.
<br>
Jedes "Audio" besteht aus einem Titelbild sowie aus beliebig vielen Audiodateien.
Jede Gruppe besteht aus einem Titelbild sowie aus beliebig vielen Audiodateien.
</template>

<template v-slot:meta>
Expand Down

0 comments on commit bfccd34

Please sign in to comment.