diff --git a/lang/en.json b/lang/en.json index cd798544ba7f66b9007637c878bc5c027d89c27f..89af339ffc8a53a93cfc7a91487d2a73ca617744 100755 --- a/lang/en.json +++ b/lang/en.json @@ -469,6 +469,7 @@ "refuseActionDocInMailGroup": "Do you want to refuse the other documents from a direct mail?", "notificationDeletedUserBody": "Hello, <br/> <br/> A visa workflow you initiated was interrupted because a user was deleted. <br/> <br/> Click on the link below to view it: <br / >", "stopProcessInfo": "Interrupted on", - "refProcessInfo": "Refused on" + "refProcessInfo": "Refused on", + "repoUrl": "https://labs.maarch.org/maarch/MaarchParapheur" } } \ No newline at end of file diff --git a/lang/fr.json b/lang/fr.json index e0a46fa275b438b6abaa3f1591ab331dbfca67de..ef0bc048d94550fa961ee578cbbdea3297f08d98 100755 --- a/lang/fr.json +++ b/lang/fr.json @@ -465,6 +465,7 @@ "undefined": "Non défini", "refuseActionDocInMailGroup": "Voulez-vous refuser les autres documents issus d'un publipostage ?", "stopProcessInfo": "Interrompu le", - "refProcessInfo": "Refusé le" + "refProcessInfo": "Refusé le", + "repoUrl": "https://labs.maarch.org/maarch/MaarchParapheur" } } diff --git a/src/frontend/app/login/login.component.html b/src/frontend/app/login/login.component.html index e7c401676a163dd7d185265a4ef719bbd969d0d8..e728fa522c7b661a6a19e28e7d7f073557bd8d2e 100644 --- a/src/frontend/app/login/login.component.html +++ b/src/frontend/app/login/login.component.html @@ -29,6 +29,6 @@ </ion-card-content> </ion-card> <ion-note class="version-info"> - Maarch Parapheur {{environment.VERSION}} <a *ngIf="commitHash !== null" style="color: white" target="blank" href="https://labs.maarch.org/maarch/MaarchParapheur/commit/{{commitHash}}">{{commitHash.substring(0, 8)}}</a> Powered by {{environment.AUTHOR}} + Maarch Parapheur {{environment.VERSION}} <a *ngIf="commitHash !== null" style="color: white" target="blank" href="{{'lang.repoUrl' | translate}}/commit/{{commitHash}}">{{commitHash.substring(0, 8)}}</a> Powered by {{environment.AUTHOR}} </ion-note> </ion-content>