chore: set correct translation for ui tests

Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
This commit is contained in:
Himanshu 2022-08-11 13:47:21 +01:00 committed by GitHub
parent 608e8d7b46
commit 2aa140d4c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -348,7 +348,7 @@ def insert_translations():
"doctype": "Translation",
"language": "de",
"source_text": "Genderqueer",
"translated_text": "Geschlechtsspezifisch",
"translated_text": "Nichtbinär",
},
{
"doctype": "Translation",
@ -360,7 +360,7 @@ def insert_translations():
"doctype": "Translation",
"language": "de",
"source_text": "Prefer not to say",
"translated_text": "Mache lieber keine Angabe",
"translated_text": "Keine Angabe",
},
]