From 546b7279a3488f242bc9f18d224ee9438915260e Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Wed, 7 Dec 2011 20:34:41 +0100 Subject: [PATCH] Contacts: Add "Preferred" before phone label for preferred numbers --- apps/contacts/templates/part.property.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/contacts/templates/part.property.php b/apps/contacts/templates/part.property.php index afef4311260..6264f296743 100644 --- a/apps/contacts/templates/part.property.php +++ b/apps/contacts/templates/part.property.php @@ -20,7 +20,7 @@

-

t('Phone'); ?>

+

t('Preferred').' ' : '' ?>t('Phone'); ?>

-- 2.39.5