Remove the friend request button when the request is sent

This commit is contained in:
yflory
2017-07-19 14:14:34 +02:00
parent 5ce49af57b
commit 82c87144cb
5 changed files with 37 additions and 11 deletions

View File

@@ -266,6 +266,7 @@ define(function () {
// contacts/userlist
out.userlist_addAsFriendTitle = 'Add "{0}" as a contact';
out.userlist_thisIsYou = 'This is you ("{0}")';
out.userlist_pending = "Pending...";
out.contacts_title = "Contacts";
out.contacts_addError = 'Error while adding that contact to the list';
out.contacts_added = 'Contact invite accepted.';