Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
fix: remove hint to insert doctors name (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheibal authored Aug 5, 2021
1 parent a7565a7 commit c33b6a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/assets/i18n/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
"back": "Zurück",
"no-parentgroup-option": "-- keine Elterngruppe --",
"parentgroup": "Übergeordnete Gruppe",
"address-doctor": "Adressfeld Teststelle und verantwortlicher Arzt",
"address-doctor-placeholder": "Diese Daten erscheinen später auf dem Testbeleg",
"address-testcenter": "Adressfeld Teststelle",
"address-testcenter-placeholder": "Diese Daten erscheinen später auf dem Testbeleg",
"poc-id": "PoC Id",
"add": "Erstellen",
"edit": "Übernehmen",
Expand Down
4 changes: 2 additions & 2 deletions src/assets/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"back": "Back",
"no-parentgroup-option": "-- no parentgroup --",
"parentgroup": "Parent Group",
"address-doctor": "Address and Doctor",
"address-doctor-placeholder": "Data is shown in test receipt",
"address-testcenter": "Address of Testcenter",
"address-testcenter-placeholder": "Data is shown in test receipt",
"poc-id": "PoC Id",
"add": "Add",
"edit": "Edit",
Expand Down
2 changes: 1 addition & 1 deletion src/components/modals/group-modal.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const GroupModal = (props: any) => {
maxLength={50}
/>

< FormGroupTextarea controlId='formAdressData' title={t('translation:address-doctor')} placeholder={t('translation:address-doctor-placeholder')}
< FormGroupTextarea controlId='formAdressData' title={t('translation:address-testcenter')} placeholder={t('translation:address-testcenter-placeholder')}
value={data}
onChange={(evt: any) => setData(evt.target.value)}
type='textarea'
Expand Down

0 comments on commit c33b6a1

Please sign in to comment.