Skip to content
Snippets Groups Projects
Unverified Commit 2ab11091 authored by Ro3034's avatar Ro3034 Committed by GitHub
Browse files

Merge pull request #274 from ProgrammeVitam/vas_bug_7558_fix_recharting_bugs

[VAS] Bug- 7558: add space in alert message 
parents a70f7c4b 47152a5b
No related branches found
No related tags found
10 merge requests!51Merge mis a jour vitam-ui,!25Nouveau mis a jour Vitamui,!24Nouveau mis a jour Vitamui,!23Nouveau mis a jour Vitamui,!22WIP: nouveau mis a jour Vitamui,!21nouveau mis a jour Vitamui,!20nouveau mis à jour Vitamui,!19nouveau mis à jour Vitamui,!18New MAJ Vitamui,!16[VAS] BUG 7332 : Correction sur la position de la barre permettant de...
......@@ -3,7 +3,7 @@
<ng-container *ngSwitchCase="'fileUploaded'">
<i class="vitamui-icon vitamui-icon-archive-ingest"></i> {{'INGEST_UPLOAD.ALERTE_MESSAGE' | translate}}
<br/>
<span>{{'INGEST_UPLOAD.SECOND_ALERTE_MESSAGE' | translate}}</span>
<span style="padding-left: 5px;">{{'INGEST_UPLOAD.SECOND_ALERTE_MESSAGE' | translate}}</span>
</ng-container>
</span>
<button class="close-btn" (click)="close()"><i class="material-icons">clear</i></button>
......
......@@ -64,7 +64,7 @@
"ADD_FILE_DESCRIPTION_1": "(Accepted formats: .zip, .tar, .tar.gz, .tar.bz2",
"ADD_FILE_DESCRIPTION_2": "Max size: 10 GB ) ",
"CONFIRME": "Confirme the deposit",
"ALERTE_MESSAGE": "One or more installment (s) are downloading &nbsp; ",
"ALERTE_MESSAGE": "One or more installment (s) are downloading ",
"SECOND_ALERTE_MESSAGE": " (Please do not leave this page during the deposit process and open a new tab if necessary)"
},
"INGEST_DETAIL": {
......@@ -84,7 +84,7 @@
"STATUS": "Legal status",
"MESSAGE": "Message",
"OPERATION_DETAILS": "Additional information about the operation",
"INGEST_ERROR_DETAIL" : "Details"
"INGEST_ERROR_DETAIL": "Details"
},
"FILLING_HOLDING_SCHEME": {
"TITLE": "Import or modify holding scheme",
......
......@@ -62,7 +62,7 @@
"ADD_FILE_DESCRIPTION_1": "(Formats acceptés: .zip, .tar, .tar.gz, .tar.bz2",
"ADD_FILE_DESCRIPTION_2": "Poids maximal conseillé: 10 GB ) ",
"CONFIRME": "Confirmer le versement",
"ALERTE_MESSAGE": "Un ou plusieurs versement(s) sont en cours de téléchargement &nbsp;",
"ALERTE_MESSAGE": "Un ou plusieurs versement(s) sont en cours de téléchargement",
"SECOND_ALERTE_MESSAGE": " (Merci de ne pas quitter cette page pendant le processus de versement et d'ouvrir un nouvel onglet si besoin)"
},
"INGEST_DETAIL": {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment