Skip to content
Snippets Groups Projects
Verified Commit 6586e6cc authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Make labels for amend dialog better understandable

parent 39a85c05
No related branches found
No related tags found
1 merge request!310Resolve "Implement Vue substitution frontend"
Pipeline #144890 failed
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
</v-list-item> </v-list-item>
<v-card-actions> <v-card-actions>
<edit-button <edit-button
i18n-key="chronos.event.amend.title" i18n-key="chronos.event.amend.button"
@click="amendEvent.open = true" @click="amendEvent.open = true"
/> />
<dialog-object-form <dialog-object-form
......
...@@ -28,7 +28,8 @@ ...@@ -28,7 +28,8 @@
"no_room": "No room", "no_room": "No room",
"current_changes": "Current changes", "current_changes": "Current changes",
"amend": { "amend": {
"title": "Amend", "button": "Change",
"title": "Change lesson",
"subject": "Subject", "subject": "Subject",
"teachers": "Teachers", "teachers": "Teachers",
"rooms": "Rooms", "rooms": "Rooms",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment