feat: tip wanneer er geen leerobject geselecteerd is in discussies
This commit is contained in:
parent
b193d47d42
commit
233d89b5bf
6 changed files with 51 additions and 25 deletions
|
@ -127,5 +127,6 @@
|
|||
"question-input-placeholder": "Frage...",
|
||||
"answer-input-placeholder": "Antwort...",
|
||||
"answers-toggle-hide": "Antworten verstecken",
|
||||
"answers-toggle-show": "Antworten anzeigen"
|
||||
"answers-toggle-show": "Antworten anzeigen",
|
||||
"no-discussion-tip": "Wählen Sie ein Lernobjekt aus, um dessen Fragen anzuzeigen"
|
||||
}
|
||||
|
|
|
@ -127,6 +127,7 @@
|
|||
"question-input-placeholder": "question...",
|
||||
"answer-input-placeholder": "answer...",
|
||||
"answers-toggle-hide": "Hide answers",
|
||||
"answers-toggle-show": "Show answers"
|
||||
"answers-toggle-show": "Show answers",
|
||||
"no-discussion-tip": "Choose a learning object to view its questions"
|
||||
|
||||
}
|
||||
|
|
|
@ -127,5 +127,6 @@
|
|||
"question-input-placeholder": "question...",
|
||||
"answer-input-placeholder": "réponse...",
|
||||
"answers-toggle-hide": "Masquer réponses",
|
||||
"answers-toggle-show": "Afficher réponse"
|
||||
"answers-toggle-show": "Afficher réponse",
|
||||
"no-discussion-tip": "Sélectionnez un objet d'apprentissage pour afficher les questions qui s'y rapportent"
|
||||
}
|
||||
|
|
|
@ -127,5 +127,6 @@
|
|||
"question-input-placeholder": "vraag...",
|
||||
"answer-input-placeholder": "antwoord...",
|
||||
"answers-toggle-hide": "Verberg antwoorden",
|
||||
"answers-toggle-show": "Toon antwoorden"
|
||||
"answers-toggle-show": "Toon antwoorden",
|
||||
"no-discussion-tip": "Kies een leerobject om zijn vragen te bekijken"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue