Skip to content

Commit aaee1b1

Browse files
committed
fix: incorrect fill text in series settings
1 parent 9b485af commit aaee1b1

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

libs/safe/src/i18n/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,6 +1194,7 @@
11941194
},
11951195
"position": "Position",
11961196
"series": {
1197+
"fill": "Fill",
11971198
"interpolation": {
11981199
"step": "Step interpolation",
11991200
"title": "Interpolation"

libs/safe/src/i18n/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,6 +1201,7 @@
12011201
},
12021202
"position": "Position",
12031203
"series": {
1204+
"fill": "Remplissage",
12041205
"interpolation": {
12051206
"step": "Étape d'interpolation",
12061207
"title": "Interpolation"

libs/safe/src/i18n/test.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,6 +1194,7 @@
11941194
},
11951195
"position": "******",
11961196
"series": {
1197+
"fill": "******",
11971198
"interpolation": {
11981199
"step": "******",
11991200
"title": "******"

libs/safe/src/lib/components/widgets/chart-settings/series-settings/series-settings.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</div>
3636
<mat-form-field *ngIf="formGroup.get('fill')" appearance="outline">
3737
<mat-label>{{
38-
'components.widget.settings.chart.series.settings.fill'
38+
'components.widget.settings.chart.series.fill'
3939
| translate
4040
}}</mat-label>
4141
<mat-select formControlName="fill">

0 commit comments

Comments
 (0)