Skip to content

Commit d7d293a

Browse files
committed
fix: Fix plugin heading translations
1 parent e25be4f commit d7d293a

File tree

2 files changed

+2
-2
lines changed
  • packages/compas-open-scd/src/translations

2 files changed

+2
-2
lines changed

packages/compas-open-scd/src/translations/de.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export const de: Translations = {
181181
'DataTypeTemplates können nicht validiert werden. Das Projekt muss die Version 2007B3 oder höher haben.',
182182
},
183183
plugins: {
184-
heading: 'Erweiterungen',
184+
heading: 'Plug-ins',
185185
editor: 'Editor',
186186
menu: 'Menüeintrag',
187187
requireDoc: 'Benötigt Dokument',

packages/compas-open-scd/src/translations/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export const en = {
158158
'Cannot validate DataTypeTemplates. The version of the project must be higher than or equal to 2007B3',
159159
},
160160
plugins: {
161-
heading: 'Extensions',
161+
heading: 'Plug-ins',
162162
editor: 'Editor tab',
163163
menu: 'Menu entry',
164164
requireDoc: 'Requires loaded document',

0 commit comments

Comments
 (0)