unify keys that say 'X is/is not in your contacts'

This commit is contained in:
David Benqué
2020-01-27 14:06:57 +00:00
parent beaea7bb74
commit cd586b626d
3 changed files with 5 additions and 6 deletions

View File

@@ -201,7 +201,7 @@ define([
// Add friend message
APP.$friend.append(h('p.cp-app-profile-friend', [
h('i.fa.fa-address-book'),
Messages._getKey('profile_friend', [name])
Messages._getKey('isContact', [name])
]));
if (!friends[data.curvePublic].notifications) { return; }
// Add unfriend button