summaryrefslogtreecommitdiffstats
path: root/apps/contacts/templates/part.property.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/contacts/templates/part.property.php')
-rw-r--r--apps/contacts/templates/part.property.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/contacts/templates/part.property.php b/apps/contacts/templates/part.property.php
index 3469f53b0da..31fb187a0d3 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'): ?>