Skip to content

Commit 1f99c89

Browse files
authored
fix(i18n): fix incorrect translation for custom series name in langDE (#21571)
1 parent 641a550 commit 1f99c89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/i18n/langDE.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default {
105105
pictorialBar: 'Bildlicher Balken',
106106
themeRiver: 'Thematische Flusskarte',
107107
sunburst: 'Sonnenausbruch',
108-
custom: 'Graficu persunalizatu',
108+
custom: 'Benutzerdefiniertes Diagramm',
109109
chart: 'Diagramm'
110110
}
111111
},

0 commit comments

Comments
 (0)