Skip to content

Commit

Permalink
Merge pull request #4973 from manuelmeister/bugfix/minor-schedule-dia…
Browse files Browse the repository at this point in the history
…log-fixes

fix: minor schedule dialog fixes
  • Loading branch information
manuelmeister committed Apr 14, 2024
2 parents 481e48a + 2d4b67e commit e5739b2
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/generic/DetailPane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import DialogBottomSheet from '@/components/dialog/DialogBottomSheet.vue'
import DialogUiBase from '@/components/dialog/DialogUiBase.vue'
export default {
name: 'DetailEdit',
name: 'DetailPane',
components: { DialogBottomSheet, DialogForm },
extends: DialogUiBase,
}
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/program/DialogActivityEdit.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<dialog-form
v-model="showDialog"
:title="$tc('components.program.dialogActivityEdit.title')"
:loading="loading"
:error="error"
icon="mdi-calendar-plus"
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,9 @@
"copySourceInfo": "Hier kannst du die URL einer Aktivität einfügen, um dessen Inhalte zu kopieren.",
"pasteActivity": "Kopierte Aktivität einfügen"
},
"dialogActivityEdit": {
"title": "Aktivität bearbeiten"
},
"formScheduleEntryItem": {
"end": "Ende",
"start": "Start"
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,9 @@
"copySourceInfo": "Here you can paste the URL of an activity to copy its contents.",
"pasteActivity": "paste activity"
},
"dialogActivityEdit": {
"title": "Edit activity"
},
"formScheduleEntryItem": {
"end": "End",
"start": "Start"
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,9 @@
"copySourceInfo": "Vous pouvez coller ici l'URL d'une activité pour copier son contenu.",
"pasteActivity": "coller l'activité"
},
"dialogActivityEdit": {
"title": "Modifier l'activité"
},
"formScheduleEntryItem": {
"end": "Fin",
"start": "Début"
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@
}
},
"program": {
"dialogActivityEdit": {
"title": "Modificare l'actività"
},
"formScheduleEntryItem": {
"end": "Fine",
"start": "Inizio"
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/locales/rm.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,9 @@
}
},
"program": {
"dialogActivityEdit": {
"title": "Modifitgar l'activitad"
},
"formScheduleEntryItem": {
"end": "Fin",
"start": "Entschatta"
Expand Down

0 comments on commit e5739b2

Please sign in to comment.