From 61edb72bbc1aae7b946a40527988018936e93b9d Mon Sep 17 00:00:00 2001
From: Damien Burel <damien.burel@maarch.org>
Date: Thu, 16 Mar 2017 15:36:33 +0100
Subject: [PATCH] [WORDING]

---
 apps/maarch_entreprise/js/angular/app/Views/signatureBook.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/maarch_entreprise/js/angular/app/Views/signatureBook.html b/apps/maarch_entreprise/js/angular/app/Views/signatureBook.html
index 0fe691f349e..4ce12acb627 100644
--- a/apps/maarch_entreprise/js/angular/app/Views/signatureBook.html
+++ b/apps/maarch_entreprise/js/angular/app/Views/signatureBook.html
@@ -62,7 +62,7 @@
             <div class="contentShow" *ngIf="headerTab == 1">
                 <div class="pjDoc" [ngStyle]="{'height': showTopLeftPanel ? '100px' : '30px'}">
                     <div (click)="displayPanel('TOPLEFT')" *ngIf="!showTopLeftPanel" style="padding: 5px;cursor:pointer;">
-                        <strong>{{signatureBook.documents.length - 1}} pièce(s) jointe(s)</strong>
+                        <strong>{{signatureBook.documents.length - 1}} pièce(s) complémentaire(s)</strong>
                     </div>
                     <div *ngIf="showTopLeftPanel" style="height:100%;">
                         <img title="{{document.title}}" id="thumnails_img" *ngFor="let document of signatureBook.documents; let i = index" (click)="changeLeftViewer(i)" [src]="document.thumbnailLink"
-- 
GitLab