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

Standartize on cancelled spelling with two l

parent b226e583
No related branches found
No related tags found
1 merge request!310Resolve "Implement Vue substitution frontend"
......@@ -155,8 +155,8 @@ export default {
value: "room",
},
{
text: this.$t("chronos.event.amend.canceled"),
value: "canceled",
text: this.$t("chronos.event.amend.cancelled"),
value: "cancelled",
},
{
text: this.$t("chronos.event.amend.comment"),
......
......@@ -30,7 +30,7 @@
"subject": "Subject",
"teacher": "Teacher",
"room": "Room",
"canceled": "Cancel",
"cancelled": "Cancel",
"comment": "Comment"
}
}
......
{% if type == "substitution" %}
{% if el.cancelled or el.cancelled_for_teachers %}
{# Canceled lesson: no room #}
{# Cancelled lesson: no room #}
{% elif el.room and el.lesson_period.room %}
{# New and old room available #}
<span class="tooltipped" data-position="bottom"
......
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