Construct address picker message using provided validAddressTypes

This commit is contained in:
Luke Barnard 2017-09-27 17:11:30 +01:00
parent f3b6b2cc06
commit 3a8bfbf7e0
2 changed files with 21 additions and 3 deletions

View file

@ -891,5 +891,10 @@
"Unpublish": "Unpublish",
"This group is published on your profile": "This group is published on your profile",
"Publish": "Publish",
"This group is not published on your profile": "This group is not published on your profile"
"This group is not published on your profile": "This group is not published on your profile",
"Matrix ID": "Matrix ID",
"Matrix Room ID": "Matrix Room ID",
"email address": "email address",
"Try using one of the following valid address types: %(validTypesList)s.": "Try using one of the following valid address types: %(validTypesList)s.",
"You have entered an invalid address.": "You have entered an invalid address."
}