Skip to content

Commit

Permalink
fix: added translation key for phase (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef3st authored Feb 27, 2023
1 parent 81088f0 commit 479c499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/translations/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const de: Translations = {
prefix: 'Präfix des logischen Knotens',
lnInst: 'Instanz des logischen Knotens',
virtual: 'Virtuell',
phase: 'Phase',
},
settings: {
title: 'Einstellungen',
Expand Down
1 change: 1 addition & 0 deletions src/translations/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export const en = {
prefix: 'Prefix of the Logical Node',
lnInst: 'Instance of the Logical Node',
virtual: 'Virtual',
phase: 'Phase',
},
settings: {
title: 'Settings',
Expand Down

0 comments on commit 479c499

Please sign in to comment.