diff --git a/locales/de.json b/locales/de.json index 05e00435a3..0159c6ea5e 100644 --- a/locales/de.json +++ b/locales/de.json @@ -349,7 +349,8 @@ "distributeTheFollowingLinkToTheTeacher": "Verteile folgenden Link an die Lehrkraft:" }, "text": { - "beforeUsingThe": "Bevor die Nutzung der {{title}} möglich ist, muss die Lehrkraft den Einwilligungsprozess durchlaufen haben." + "beforeUsingThe": "Bevor die Nutzung der {{title}} möglich ist, muss die Lehrkraft den Einwilligungsprozess durchlaufen haben.", + "toInvite": "Um in die {{shortTitle}} einzuladen, muss folgender Link verteilt werden:" } }, "form_Policy": { diff --git a/locales/en.json b/locales/en.json index b263527c72..ce60fd5614 100644 --- a/locales/en.json +++ b/locales/en.json @@ -349,7 +349,8 @@ "distributeTheFollowingLinkToTheTeacher": "Give the following link to the teacher:" }, "text": { - "beforeUsingThe": "Before the use of the {{title}} possible, the teacher must have gone through the consent process." + "beforeUsingThe": "Before the use of the {{title}} possible, the teacher must have gone through the consent process.", + "toInvite": "To invite to the {{shortTitle}}, send the following link:" } }, "form_Policy": { diff --git a/locales/es.json b/locales/es.json index 1883911a0b..2c0b16f1bc 100644 --- a/locales/es.json +++ b/locales/es.json @@ -349,7 +349,8 @@ "distributeTheFollowingLinkToTheTeacher": "Comparte el siguiente enlace con el profesor:" }, "text": { - "beforeUsingThe": "Antes de que sea posible el uso de {{title}}, el profesor debe haber pasado por el proceso de consentimiento." + "beforeUsingThe": "Antes de que sea posible el uso de {{title}}, el profesor debe haber pasado por el proceso de consentimiento.", + "toInvite": "Para invitar a la {{shortTitle}}, envía el siguiente enlace:" } }, "form_Policy": { diff --git a/locales/uk.json b/locales/uk.json index 6d4efe4430..b15e07e46e 100644 --- a/locales/uk.json +++ b/locales/uk.json @@ -1162,7 +1162,8 @@ "distributeTheFollowingLinkToTheTeacher": "Дайте викладачу таке посилання:" }, "text": { - "beforeUsingThe": "Перш ніж можливе використання {{title}}, викладач повинен пройти процедуру отримання згоди." + "beforeUsingThe": "Перш ніж можливе використання {{title}}, викладач повинен пройти процедуру отримання згоди.", + "toInvite": "Щоб запросити на {{shortTitle}}, надішліть наступне посилання:" } }, "form_Problem": { diff --git a/views/administration/forms/form-invitation-student.hbs b/views/administration/forms/form-invitation-student.hbs index a3f7d57d95..f779b96b79 100644 --- a/views/administration/forms/form-invitation-student.hbs +++ b/views/administration/forms/form-invitation-student.hbs @@ -11,13 +11,13 @@ {{else}}
{{{$t "administration.form_InvitationStudent.text.studentUnderYears" (dict "age" CONSENT_WITHOUT_PARENTS_MIN_AGE_YEARS)}}}
- {{$t "administration.form_InvitationStudent.text.beforeTheSchoolCloudCanBeUsed" (dict "shortTitle" @root.theme.short_title) }} + {{$t "administration.form_InvitationStudent.text.beforeTheSchoolCloudCanBeUsed" (dict "shortTitle" @root.theme.theme_title) }}
{{/ifeq}} {{/ifeq}} diff --git a/views/administration/forms/form-invitation-teacher.hbs b/views/administration/forms/form-invitation-teacher.hbs index 3d162104c8..7d1674c31b 100644 --- a/views/administration/forms/form-invitation-teacher.hbs +++ b/views/administration/forms/form-invitation-teacher.hbs @@ -1,8 +1,20 @@- {{$t "administration.form_InvitationTeacher.text.beforeUsingThe" (dict "shortTitle" theme.title) }} -
- + {{#ifeq @root.theme.name "brb"}} + + {{else}} + {{#ifeq @root.theme.name "n21"}} + + {{else}} ++ {{$t "administration.form_InvitationTeacher.text.beforeUsingThe" (dict "title" @root.theme.theme_title) }} +
+ + {{/ifeq}} + {{/ifeq}} -