From 8293a125a9890f2d6d5fa4eb156416ff7619b9a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Tue, 10 Dec 2019 13:41:55 +0000 Subject: [PATCH] add label to contacts list --- www/common/common-ui-elements.js | 2 +- www/common/translations/messages.fr.json | 2 +- www/common/translations/messages.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 2596ea82c..b897642c2 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -876,7 +876,7 @@ define([ delete friends[curve]; }); - var friendsList = UIElements.getUserGrid(null, { + var friendsList = UIElements.getUserGrid(Messages.share_linkFriends, { common: common, data: friends, noFilter: false, diff --git a/www/common/translations/messages.fr.json b/www/common/translations/messages.fr.json index 90f5d75a0..3b3b3cdd4 100644 --- a/www/common/translations/messages.fr.json +++ b/www/common/translations/messages.fr.json @@ -1076,7 +1076,7 @@ "share_selectAll": "Tout", "share_deselectAll": "Aucun", "share_filterFriend": "Rechercher par nom", - "share_linkFriends": "Partager avec des amis", + "share_linkFriends": "Partager avec des contacts", "share_withFriends": "Partager", "notifications_dismiss": "Cacher", "fm_info_sharedFolderHistory": "Vous regardez l'historique de votre dossier partagé {0}
Votre CryptDrive restera en lecture seule pendant la navigation.", diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index 88fdc832b..69d460e86 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -1093,7 +1093,7 @@ "share_selectAll": "Select all", "share_deselectAll": "Deselect all", "share_filterFriend": "Search by name", - "share_linkFriends": "Share with friends", + "share_linkFriends": "Share with contacts", "share_withFriends": "Share", "notifications_dismiss": "Dismiss", "fm_info_sharedFolderHistory": "This is only the history of your shared folder: {0}
Your CryptDrive will stay in read-only mode while you navigate.",