MED-109: add doctor role and basic view (#45)
* MED-109: add doctor role and basic view * add role to accounts * remove old super admin and doctor sql
This commit is contained in:
@@ -122,5 +122,8 @@
|
||||
"consentToAnonymizedCompanyData": {
|
||||
"label": "Consent to be included in employer statistics",
|
||||
"description": "Consent to be included in anonymized company statistics"
|
||||
}
|
||||
}
|
||||
},
|
||||
"updateRoleSuccess": "Role updated",
|
||||
"updateRoleError": "Something went wrong, please try again",
|
||||
"updateRoleLoading": "Updating role..."
|
||||
}
|
||||
@@ -109,5 +109,6 @@
|
||||
"description": "This website uses cookies to ensure you get the best experience on our website.",
|
||||
"reject": "Reject",
|
||||
"accept": "Accept"
|
||||
}
|
||||
},
|
||||
"doctor": "Doctor"
|
||||
}
|
||||
@@ -145,5 +145,8 @@
|
||||
"successTitle": "Tere, {{firstName}} {{lastName}}",
|
||||
"successDescription": "Teie tervisekonto on aktiveeritud ja kasutamiseks valmis!",
|
||||
"successButton": "Jätka"
|
||||
}
|
||||
}
|
||||
},
|
||||
"updateRoleSuccess": "Roll uuendatud",
|
||||
"updateRoleError": "Midagi läks valesti. Palun proovi uuesti",
|
||||
"updateRoleLoading": "Rolli uuendatakse..."
|
||||
}
|
||||
@@ -127,5 +127,6 @@
|
||||
"wallet": {
|
||||
"balance": "Sinu MedReporti konto seis",
|
||||
"expiredAt": "Kehtiv kuni {{expiredAt}}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"doctor": "Arst"
|
||||
}
|
||||
@@ -122,5 +122,8 @@
|
||||
},
|
||||
"analysisResults": {
|
||||
"pageTitle": "My analysis results"
|
||||
}
|
||||
}
|
||||
},
|
||||
"updateRoleSuccess": "Role updated",
|
||||
"updateRoleError": "Something went wrong, please try again",
|
||||
"updateRoleLoading": "Updating role..."
|
||||
}
|
||||
@@ -107,5 +107,6 @@
|
||||
"description": "This website uses cookies to ensure you get the best experience on our website.",
|
||||
"reject": "Reject",
|
||||
"accept": "Accept"
|
||||
}
|
||||
},
|
||||
"doctor": "Doctor"
|
||||
}
|
||||
Reference in New Issue
Block a user