From 3806f0236bdb0f56f0f99269581e5b82513d8472 Mon Sep 17 00:00:00 2001 From: Tobia De Koninck Date: Fri, 9 May 2014 09:50:50 +0200 Subject: [PATCH] Change displayname of ownCloud username field --- lib/utils/properties.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/properties.php b/lib/utils/properties.php index 943878b2..54365b8e 100644 --- a/lib/utils/properties.php +++ b/lib/utils/properties.php @@ -133,7 +133,7 @@ Class Properties { 'protocol' => 'x-apple', ), 'owncloud-handle' => array( - 'displayname' => (string)$l10n->t('ownCloud handle'), + 'displayname' => (string)$l10n->t('ownCloud'), 'xname' => null, 'protocol' => 'x-owncloud-handle' ),