Skip to content

Commit

Permalink
fix(edit-logs): fixes translation Tous/Toutes
Browse files Browse the repository at this point in the history
  • Loading branch information
naholyr committed Sep 7, 2017
1 parent ff1d6d6 commit 36ef866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/log-table/log-table.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<md-select *ngIf="filterForm.controls['path']"
[placeholder]="'editLogs.fields' | translate"
[formControl]="filterForm.controls['path']">
<md-option>{{ 'editLogs.actions.all' | translate }}</md-option>
<md-option>{{ 'editLogs.allFields' | translate }}</md-option>
<md-option *ngFor="let field of fields" [value]="field.value">{{ field.label }}</md-option>
</md-select>
</th>
Expand Down
1 change: 1 addition & 0 deletions client/src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"role": "Rôle",
"lab": "Organisation",
"fields": "Champs modifiés",
"allFields": "Tous",
"object": {
"people": "Membre",
"organization": "Organisation"
Expand Down

0 comments on commit 36ef866

Please sign in to comment.