From 55a6deed7a3edd1e3a3e0cf5d6bd67f57e8960d6 Mon Sep 17 00:00:00 2001 From: Parth Kanakiya Date: Sun, 6 Jun 2021 21:40:30 -0700 Subject: [PATCH] Updated messages.properties Updated messages.properties to add User.DemographicInfo.length message notification Please refer to this PR for all the relevant details. i) https://github.com/openmrs/openmrs-module-legacyui/pull/164 Link to ticket RA-1875 (https://issues.openmrs.org/browse/RA-1875) --- api/src/main/resources/messages.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/src/main/resources/messages.properties b/api/src/main/resources/messages.properties index 5932e4e486bb..9c8e0d599be0 100644 --- a/api/src/main/resources/messages.properties +++ b/api/src/main/resources/messages.properties @@ -2165,6 +2165,7 @@ User.useExisting=Use a person who already exists User.whichPerson=Which person? User.delete.failure=Cannot delete user. There is data attributed to this user User.delete.success=Successfully deleted user. +User.DemographicInfo.length=Error in Demographic Info fields. The maximum allowed length of each field is {0}. User.noUsersFound=No users found with given search parameters User.creationInfo=Creation Info User.retiredInfo=Disabled Info @@ -3304,4 +3305,4 @@ Condition.conditionShouldNotBeNull=Condition is required Condition.clinicalStatusShouldNotBeNull=Clinical status is required mail.passwordreset.subject=Password Reset -mail.passwordreset.content=Hi {name} \n You recently requested a password reset for your OpenMRS account. To complete the process, click the link below.\n {link} \n Please disregard this email if you didn't innitiate the password reset process. \n This link will automatically expire after a period of {time} minutes. \ No newline at end of file +mail.passwordreset.content=Hi {name} \n You recently requested a password reset for your OpenMRS account. To complete the process, click the link below.\n {link} \n Please disregard this email if you didn't innitiate the password reset process. \n This link will automatically expire after a period of {time} minutes.