@@ -138,7 +138,7 @@ export default {
138138 "institution.email" : "Contact email" ,
139139 "institution.created" : "Institution registered on {date}" ,
140140 "institution.members.panel-title" : "Institution's members" ,
141- "institution.patients .panel-title" : "Institution's records" ,
141+ "institution.records .panel-title" : "Institution's records" ,
142142 "institution.save-success" : "Institution successfully saved." ,
143143 "institution.save-error" : "Unable to save institution. {error}" ,
144144 "institution.delete-success" : "Institution deleted successfully" ,
@@ -172,7 +172,7 @@ export default {
172172 "records.create-tile" : "Create" ,
173173 "records.opened-study.create-tooltip" : "Create new record" ,
174174 "records.closed-study.create-tooltip" :
175- "Study is closed for addition of patient records. Please, contact a study coordinator in case you need to add new patient record." ,
175+ "Study is closed for addition of records. Please, contact a study coordinator in case you need to add new record." ,
176176 "records.export" : "Export" ,
177177 "records.export.excel" : "Export to MS Excel" ,
178178 "records.export.json" : "Export to JSON" ,
@@ -262,7 +262,7 @@ export default {
262262 "Username cannot contain special characters." : "Username cannot contain special characters." ,
263263 "Cannot encode an empty password." : "Cannot encode an empty password." ,
264264 "Unable to fetch remote data." : "Unable to fetch remote data." ,
265- "User with patient records cannot be deleted." : "User with records cannot be deleted." ,
265+ "User with records cannot be deleted." : "User with records cannot be deleted." ,
266266 "Cannot update user URI." : "Cannot update user URI:" ,
267267 "The passed username already exists." : "The passed username already exists." ,
268268 "User with specified username already exists." : "User with specified username already exists." ,
@@ -273,8 +273,8 @@ export default {
273273 or : " or" ,
274274 "error.record.localNameOfRecordIsNotUnique" : "Name is not unique." ,
275275 "error.record.localNameOfRecordIsEmpty" : "Name is empty." ,
276- "error.institution.remove.institutionWithMembersOrPatientRecordsCannotBeDeleted " :
277- "Institution with members or patient records cannot be deleted." ,
276+ "error.institution.remove.institutionWithMembersOrRecordsCannotBeDeleted " :
277+ "Institution with members or records cannot be deleted." ,
278278 "error.password.validation.thePassedUsersCurrentPasswordIsDifferentFromTheSpecifiedOne" :
279279 "The user's current password is different from the specified one." ,
280280
0 commit comments