Rename the placeholder for contact adding

to make it clearer what a JID should look like.
This commit is contained in:
JC Brand 2015-05-02 00:21:11 +02:00
parent f635e4efc0
commit d6a1dee2d2

View File

@ -1674,7 +1674,7 @@
}); });
} else { } else {
markup = converse.templates.add_contact_form({ markup = converse.templates.add_contact_form({
label_contact_username: __('Contact username'), label_contact_username: __('e.g. user@example.com'),
label_add: __('Add') label_add: __('Add')
}); });
} }