Skip to content
Snippets Groups Projects
Commit 468e6ce3 authored by Vinciane's avatar Vinciane
Browse files

FEAT #9370 Wording reactive user basket

parent c1dc50e7
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@
<div class="text-center" style="margin-top: 50px;">
{{lang.missingAdvert}}<br>
{{lang.missingAdvert2}}<br>
{{lang.missingChoose}}<br>
<ng-container *ngIf="user.redirectedBaskets.length > 0">
<br>
{{lang.missingBasket}}<br>
......@@ -51,6 +50,7 @@
<span (click)="selectionBaskets.toggle(basket);" matTooltip="{{basket.basket_name}} [{{basket.group_desc}}]" style="flex: 2;overflow: hidden;text-overflow: ellipsis;">
{{basket.basket_name}}
<span class="label label-primary" style="font-weight:normal">{{basket.group_desc}}</span>
<span style="opacity: 0.5;font-style: italic;font-size: 80%;"> {{lang.redirectedTo}} {{basket.userToDisplay}}</span>
</span>
</h4>
</mat-list-item>
......@@ -62,6 +62,8 @@
<div style="clear:both;"></div>
<div *ngIf="!loading" class="text-center" style="position:relative; top:50px;">
{{lang.missingChoose}}<br>
<br>
<button mat-raised-button color="primary" type="button" (click)="activateUser()">{{lang.validate}}</button>
<button mat-raised-button color="primary" type="button" (click)="logout()">{{lang.cancel}}</button>
</div>
......
......@@ -743,7 +743,7 @@ export const LANG_EN = {
"emailSendFailed" : "Email send failed",
"doNotReply" : "Do not reply",
"none" : "None",
"missingBasket" : "Select the baskets you would like reactivate with your account.",
"missingBasket" : "Select the baskets wish you want to delete the redirection.",
"docDate" : "Document date",
"reference" : "Reference",
"departureDate" : "Departure date",
......
......@@ -769,7 +769,7 @@ export const LANG_FR = {
"emailSendFailed" : "Échec d'envoi",
"doNotReply" : "Ne pas répondre",
"none" : "Aucune",
"missingBasket" : "Sélectionner les bannettes que vous souhaitez réactiver avec votre compte.",
"missingBasket" : "Sélectionner les bannettes pour lesquelles vous souhaitez supprimer la redirection :",
"docDate" : "Date du document",
"reference" : "Référence",
"departureDate" : "Date de départ",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment