Skip to content
Snippets Groups Projects
Commit e986e133 authored by permcu's avatar permcu
Browse files

Update text field names in amend form of lesson details

parent 81ec8fde
No related branches found
No related tags found
1 merge request!310Resolve "Implement Vue substitution frontend"
......@@ -147,12 +147,12 @@ export default {
value: "subject",
},
{
text: this.$t("chronos.event.amend.teacher"),
value: "teacher",
text: this.$t("chronos.event.amend.teachers"),
value: "teachers",
},
{
text: this.$t("chronos.event.amend.room"),
value: "room",
text: this.$t("chronos.event.amend.rooms"),
value: "rooms",
},
{
text: this.$t("chronos.event.amend.cancelled"),
......
......@@ -28,9 +28,9 @@
"amend": {
"title": "Amend",
"subject": "Subject",
"teacher": "Teacher",
"room": "Room",
"cancelled": "Cancel",
"teachers": "Teachers",
"rooms": "Rooms",
"cancelled": "Cancelled",
"comment": "Comment"
}
}
......
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