Skip to content

Commit 1e19722

Browse files
yafAndreiaPena
andcommitted
Update certif/tests/unit/services/url-test.js
Co-authored-by: Andreia Pena <58915422+AndreiaPena@users.noreply.github.com>
1 parent f824c64 commit 1e19722

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

certif/tests/unit/services/url-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ module('Unit | Service | url', function (hooks) {
285285
});
286286

287287
module('#invigilatorDocumentationUrl', function () {
288-
test('should return the pix companion documentation url', function (assert) {
288+
test('should return the invigilator documentation url', function (assert) {
289289
// given
290290
const service = this.owner.lookup('service:url');
291291

certif/translations/en.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@
559559
"information": "Warning, make sure that all the candidates have finished their exam before exiting the invigilation. To resume the invigilation of this session, you will have to enter again it’s session number and it’s password.",
560560
"invigilator": "Invigilator(s)",
561561
"invigilator-documentation": {
562-
"link": "Documentation of the invigilator role",
562+
"link": "Report management documentation",
563563
"message": "Please note: Any technical problems relating to the questions must only be managed during the test from the candidate interface and the invigilator area (these reports cannot be taken into account afterwards)."
564564
},
565565
"invigilator-kit": {

certif/translations/fr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@
559559
"information": "Attention, assurez-vous que tous les candidats aient terminé leur test avant de quitter la surveillance. Pour reprendre la surveillance de cette session, vous devrez entrer à nouveau son numéro de session et son mot de passe.",
560560
"invigilator": "Surveillant(s)",
561561
"invigilator-documentation": {
562-
"link": "Documentation du rôle de surveillant",
562+
"link": "Documentation sur la gestion des signalements",
563563
"message": "Important : Les problèmes techniques liés aux questions doivent uniquement être gérés pendant le test depuis l’interface du candidat et l’Espace Surveillant (ces signalements ne pourront pas être pris en compte a posteriori)."
564564
},
565565
"invigilator-kit": {

0 commit comments

Comments
 (0)