You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2019/06/02 04:46:47 UTC

[GitHub] [fineract-cn-mobile] therajanmaurya commented on a change in pull request #61: fix: Restricted text characters in Mobile fields

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:
users@infra.apache.org


With regards,
Apache Git Services