From 43c0ab41c1f674153c778b9f45563dbc088b73dd Mon Sep 17 00:00:00 2001 From: Nestor <npegane@hotmail.com> Date: Thu, 12 Apr 2018 12:30:54 +0200 Subject: [PATCH] FEAT #297 refactoring --- .../Views/priorities-administration.component.html | 2 +- apps/maarch_entreprise/js/angular/lang/lang-en.ts | 2 +- apps/maarch_entreprise/js/angular/lang/lang-fr.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/maarch_entreprise/Views/priorities-administration.component.html b/apps/maarch_entreprise/Views/priorities-administration.component.html index ded12f998ac..1b080a7cdd5 100755 --- a/apps/maarch_entreprise/Views/priorities-administration.component.html +++ b/apps/maarch_entreprise/Views/priorities-administration.component.html @@ -97,7 +97,7 @@ </mat-sidenav-content> <mat-sidenav #snav2 [mode]="mobileQuery.matches ? 'over' : 'side'" [fixedInViewport]="mobileQuery.matches" fixedTopGap="56" position='end' [opened]="mobileQuery.matches ? false : false"> - <p style="font-size:15px;padding:5px"> {{lang.basketHelpDesc}} </p> + <p style="font-size:15px;padding:5px"> {{lang.prioritiesHelpDesc}} </p> <mat-list> <span dnd-sortable-container [dropZones]="['boxers-zone']" [sortableData]="prioritiesOrder"> <mat-list-item disableRipple="true" *ngFor="let priority of prioritiesOrder;let i = index" title="deplacer" dnd-sortable diff --git a/apps/maarch_entreprise/js/angular/lang/lang-en.ts b/apps/maarch_entreprise/js/angular/lang/lang-en.ts index faec3e1517a..3e27de5dc84 100755 --- a/apps/maarch_entreprise/js/angular/lang/lang-en.ts +++ b/apps/maarch_entreprise/js/angular/lang/lang-en.ts @@ -170,7 +170,7 @@ export const LANG_EN = { "keywordHelpDesc_8" : "All entities with de same type passed in argument", "keywordHelpDesc_9" : "All entities (enabled)", "keywordHelper" : "Hide / Display keyword help", - "basketHelpDesc" : "Drag and drop priorities to change the order", + "prioritiesHelpDesc" : "Drag and drop priorities to change the order", "label" : "Label", "lastname" : "Lastname", "life_cycle" : "Life cycle", diff --git a/apps/maarch_entreprise/js/angular/lang/lang-fr.ts b/apps/maarch_entreprise/js/angular/lang/lang-fr.ts index 64c2531d38c..82f14cfd500 100755 --- a/apps/maarch_entreprise/js/angular/lang/lang-fr.ts +++ b/apps/maarch_entreprise/js/angular/lang/lang-fr.ts @@ -183,7 +183,7 @@ export const LANG_FR = { "keywordHelpDesc_8" : "Toutes les entités du même type mis en argument", "keywordHelpDesc_9" : "Toutes les entités (actives)", "keywordHelper" : "Afficher / Cacher l'aide sur les mots-clés", - "basketHelpDesc" : "Glisser-déposer les priorités pour modifier l'ordre", + "prioritiesHelpDesc" : "Glisser-déposer les priorités pour modifier l'ordre", "label" : "Libellé", "last" : "dernier", "lastname" : "Nom", -- GitLab