diff --git a/apps/contacts/templates/part.property.php b/apps/contacts/templates/part.property.php
index 3469f53b0da043c9bf232a00de59c5622ceb9a96..31fb187a0d3355456aea75678962bdf4324560e2 100644
--- a/apps/contacts/templates/part.property.php
+++ b/apps/contacts/templates/part.property.php
@@ -1,8 +1,8 @@
 <tr class="contacts_details_property" data-checksum="<?php echo $_['property']['checksum']; ?>">
 	<?php if($_['property']['name'] == 'FN'): ?>
-		<td class="contacts_details_left"><?php echo $l->t('Name'); ?></td>
+		<td class="contacts_details_left"></td>
 		<td class="contacts_details_right">
-			<?php echo $_['property']['value']; ?>
+			<strong><?php echo $_['property']['value']; ?></strong>
 			<span style="display:none;" data-use="edit"><img class="svg action" src="<?php echo image_path('', 'actions/rename.svg'); ?>" /></span>
 		</td>
 	<?php elseif($_['property']['name'] == 'BDAY'): ?>