Skip to content

Commit

Permalink
Updated messages.properties
Browse files Browse the repository at this point in the history
Updated messages.properties to add User.DemographicInfo.length message notification

Please refer to this PR for all the relevant details.

i) openmrs/openmrs-module-legacyui#164

Link to ticket
RA-1875 (https://issues.openmrs.org/browse/RA-1875)
  • Loading branch information
Parth59 authored Jun 7, 2021
1 parent f1b007c commit 55a6dee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
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.

0 comments on commit 55a6dee

Please sign in to comment.