Skip to content

Commit

Permalink
fix title of font
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 committed Nov 24, 2023
1 parent 96e1162 commit 3f9ad2d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function ChartLayoutOptions({
))}
</InputGroup>
</FormGroup>}
<div className="ms-wizard-form-separator"><Message msgId="widgets.advanced.hoverlabel" /></div>
<div className="ms-wizard-form-separator"><Message msgId="widgets.advanced.font" /></div>
<Font
options={selectedTrace.type !== 'pie' ? undefined : ["size", "family"] }
color={selectedChart?.layout?.color || FONT.COLOR}
Expand Down
2 changes: 1 addition & 1 deletion web/client/translations/data.de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -2183,7 +2183,7 @@
"gauge": "Legende anzeigen"
},
"advanced": {
"hoverlabel": "Popup-Stil",
"font": "Schriftart",
"displayCartesian": "Gitter ausblenden",
"xAxis": "X-Achse",
"xAxisAngle": "Beschriftungsdrehung",
Expand Down
2 changes: 1 addition & 1 deletion web/client/translations/data.en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -2146,7 +2146,7 @@
"gauge": "Display labels"
},
"advanced": {
"hoverlabel": "Popup style",
"font": "Font",
"displayCartesian": "Hide Grid",
"xAxis": "X axis",
"xAxisAngle": "Label rotation",
Expand Down
2 changes: 1 addition & 1 deletion web/client/translations/data.es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -2146,7 +2146,7 @@
"gauge": "Mostrar etiquetas"
},
"advanced": {
"hoverlabel": "Estilo emergente",
"font": "Fuente",
"displayCartesian": "Ocultar cuadrícula",
"xAxis": "Eje X",
"xAxisAngle": "Rotación de etiquetas",
Expand Down
2 changes: 1 addition & 1 deletion web/client/translations/data.fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -2146,7 +2146,7 @@
"gauge": "Afficher les étiquettes"
},
"advanced": {
"hoverlabel": "Style contextuel",
"font": "Police de caractère",
"displayCartesian": "Masquer la grille",
"xAxis": "Axe X",
"xAxisAngle": "Rotation des étiquettes",
Expand Down
2 changes: 1 addition & 1 deletion web/client/translations/data.it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -2147,7 +2147,7 @@
"gauge": "Mostra etichette"
},
"advanced": {
"hoverlabel": "Stile del popup",
"font": "Font",
"displayCartesian": "Nascondi griglia",
"xAxis": "Asse X",
"xAxisAngle": "Rotazione etichetta",
Expand Down

0 comments on commit 3f9ad2d

Please sign in to comment.