therajanmaurya commented on a change in pull request #61: fix: Restricted text 
characters in Mobile fields
URL: https://github.com/apache/fineract-cn-mobile/pull/61#discussion_r289626063
 
 

 ##########
 File path: app/src/main/res/values/strings.xml
 ##########
 @@ -375,6 +375,9 @@
     <string name="please_wait">Please wait &#8230;</string>
     <string name="logging_in">Logging in…</string>
 
+    <string name="a_zA_Z" 
translatable="false">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
+    <string name="a_zA_Z0_9" 
translatable="false">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890</string>
 
 Review comment:
   rename field `restrict_ a_zA_Z0_9`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to