Skip to content

Commit

Permalink
fix: Fix plugin heading translations
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Oct 8, 2024
1 parent e25be4f commit d7d293a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/compas-open-scd/src/translations/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const de: Translations = {
'DataTypeTemplates können nicht validiert werden. Das Projekt muss die Version 2007B3 oder höher haben.',
},
plugins: {
heading: 'Erweiterungen',
heading: 'Plug-ins',
editor: 'Editor',
menu: 'Menüeintrag',
requireDoc: 'Benötigt Dokument',
Expand Down
2 changes: 1 addition & 1 deletion packages/compas-open-scd/src/translations/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const en = {
'Cannot validate DataTypeTemplates. The version of the project must be higher than or equal to 2007B3',
},
plugins: {
heading: 'Extensions',
heading: 'Plug-ins',
editor: 'Editor tab',
menu: 'Menu entry',
requireDoc: 'Requires loaded document',
Expand Down

0 comments on commit d7d293a

Please sign in to comment.