Skip to content

Commit 668310e

Browse files
authored
fix: translation being inconsistent for property (#1265)
1 parent 619a125 commit 668310e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tasks/components/UserMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const defaultUserMenuTranslations: Translation<UserMenuTranslation> = {
4646
taskTemplates: 'Vorlagen',
4747
invitations: 'Einladungen',
4848
organizations: 'Organisationen',
49-
properties: 'Properties',
49+
properties: 'Eigenschaften',
5050
theme: 'Farbschema',
5151
}
5252
}

tasks/components/layout/property/PropertyDetailsField.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ const defaultPropertyDetailsFieldTranslation: Translation<PropertyDetailsFieldTr
145145
allowCustomValuesDescription: 'Let users enter a free text when the predefined values are not enough.',
146146
},
147147
de: {
148-
field: 'Property Eingabe', // TODO better translation
149-
fieldType: 'Property Typ',
148+
field: 'Eingabe',
149+
fieldType: 'Eigenschaftstyp',
150150
multiSelect: 'Multi Select',
151151
singleSelect: 'Single Select',
152152
number: 'Zahl',

0 commit comments

Comments
 (0)