Skip to content
Snippets Groups Projects
Commit 36f251d5 authored by Fadil's avatar Fadil Committed by pybelecalo
Browse files

[US TRTL-540] Rename typo lighted to light

parent 6f17065f
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 16 deletions
......@@ -2,7 +2,7 @@ h1, h2, h3, h4, h5 {
color: var(--vitamui-grey-900);
margin: 10px 0;
&.lighted {
&.light {
color: var(--vitamui-grey-600);
}
}
......@@ -65,7 +65,7 @@ h5 {
letter-spacing: 0.8px;
}
&.lighted {
&.light {
color: var(--vitamui-grey-600);
}
}
\ No newline at end of file
......@@ -124,7 +124,7 @@
i18n="Duration until password revocation (since the last change)@@customerCreatePasswordRevocationInputLabel">
Durée de révocation du mot de passe
</div>
<div class="text normal bold lighted"><small>(depuis le dernier changement)</small></div>
<div class="text normal bold light"><small>(depuis le dernier changement)</small></div>
</div>
<mat-form-field class="vitamui-mat-select ml-5">
......@@ -163,7 +163,7 @@
<div class="text medium bold" i18n="Email domain input label@@customerCreateEmailDomainInputLabel">
Restriction de domaine e-mail
</div>
<div class="text normal bold lighted">(cliquer sur l'étiquette pour définir le domaine par défaut)</div>
<div class="text normal bold light">(cliquer sur l'étiquette pour définir le domaine par défaut)</div>
<app-domains-input formControlName="emailDomains" placeholder="domaine.xyz"
i18n-placeholder="Email domain input placeholder@@customerCreateEmailDomainInputPlaceholder"
......@@ -202,7 +202,7 @@
pour "{{ customerInfo?.name }}"</div>
<app-owner-form [formControl]="form.get(['owners', 0])" [customerInfo]="customerInfo"></app-owner-form>
<div class="text normal bold lighted ml-2"
<div class="text normal bold light ml-2"
i18n="the evidence tenant is automatically created with the owner@@customerCreateHint">
Le coffre des éléments de preuve est créé automatiquement avec son propriétaire
</div>
......
......@@ -7,7 +7,7 @@
<cdk-step>
<div class="content">
<div class="text large bold" i18n="Profile Group Creation@@profileGroupCreateTitle">Création d'un groupe de profil</div>
<div class="text large bold" i18n="Profile Group Creation@@profileGroupCreateTitle">Création d'un groupe de profils</div>
<vitamui-common-slide-toggle formControlName="enabled">Groupe de profils <span *ngIf="!form.get('enabled').value">in</span>actif</vitamui-common-slide-toggle>
......@@ -31,7 +31,7 @@
<div class="d-flex">
<div class="mr-4 p-2">
<div class="text normal lighted">Niveau</div>
<div class="text normal light">Niveau</div>
<div class="text medium bold">{{authService.user.level}}</div>
</div>
......
......@@ -4,7 +4,7 @@
<div class="d-flex justify-content-between align-items-center p-3 mb-2 vitamui-profile-list" *ngFor="let profile of profilesDisplay">
<div>
<div class="text caption spaced lighted mb-1">{{ profile?.appName | titlecase }}</div>
<div class="text caption spaced light mb-1">{{ profile?.appName | titlecase }}</div>
<div class="text medium">{{ profile?.tenantName }} : {{ profile?.profileName | titlecase}}</div>
</div>
<div>
......
......@@ -21,7 +21,7 @@
<div class="d-flex">
<div class="mr-4 p-2">
<div class="text normal lighted">Niveau</div>
<div class="text normal light">Niveau</div>
<div class="text medium bold">{{authService.user.level}}RH</div>
</div>
<vitamui-common-level-input [prefix]="authService.user.level" formControlName="level">
......
<div class="domain-input-control d-flex align-items-center">
<div class="domain-input-wrapper d-flex align-items-center">
<h4 class="mr-3 lighted">@</h4>
<h4 class="mr-3 light">@</h4>
<input class="vitamui-input" [style.width.px]="300" type="text" size="10" [formControl]="control" [attr.placeholder]="placeholder" (blur)="onTouched()" (keydown.enter)="add()">
<mat-spinner *ngIf="control.pending" class="ml-2" [diameter]="spinnerDiameter"></mat-spinner>
</div>
......
......@@ -6,22 +6,22 @@
<div *ngIf="userGroup">
<div class="mb-3">
<p class="text normal spaced lighted mb-1">Groupe attribué</p>
<p class="text normal spaced light mb-1">Groupe attribué</p>
<p class="text medium bold m-0">{{ userGroup?.name }}</p>
</div>
<div class="mb-3">
<p class="text normal spaced lighted mb-1" i18n="user group tab level@@userGroupTabLevel">Niveau</p>
<p class="text normal spaced light mb-1" i18n="user group tab level@@userGroupTabLevel">Niveau</p>
<p class="text medium bold m-0">{{ userGroup.level }}Support</p>
</div>
<div class="mb-3">
<p class="text normal spaced lighted mb-1" i18n="user group tab description@@userGroupTabDescription">Description</p>
<p class="text normal spaced light mb-1" i18n="user group tab description@@userGroupTabDescription">Description</p>
<p class="text medium bold m-0">{{ userGroup.description }}</p>
</div>
</div>
<p class="text normal spaced lighted mt-5" i18n="user group tab profiles@@userGroupTabProfiles">Profils du groupe</p>
<p class="text normal spaced light mt-5" i18n="user group tab profiles@@userGroupTabProfiles">Profils du groupe</p>
<div class="d-flex justify-content-between align-items-center p-3 mb-2 vitamui-profile-list" *ngFor="let profile of userGroup?.profiles">
<div>
<div class="text medium">{{ profile?.name }}</div>
......
{}
\ No newline at end of file
{
"MISC" : {
"NO-DESC": "No description"
}
}
\ No newline at end of file
{}
\ No newline at end of file
{
"MISC" : {
"NO-DESC": "Aucune description"
}
}
\ No newline at end of file
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