mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +01:00
Fix hardcoded strings in new contact template
This commit is contained in:
parent
5f8072912c
commit
2f368b244f
@ -314,27 +314,27 @@ use OCA\Contacts\ImportManager;
|
||||
</li>
|
||||
<li>
|
||||
<ul class="email propertylist hidden">
|
||||
<h3>Email</h3>
|
||||
<h3><?php p($l->t('Email')); ?></h3>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<ul class="tel propertylist hidden">
|
||||
<h3>Phone</h3>
|
||||
<h3><?php p($l->t('Phone')); ?></h3>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<ul class="adr propertylist hidden">
|
||||
<h3>Address</h3>
|
||||
<h3><?php p($l->t('Address')); ?></h3>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<ul class="url propertylist hidden">
|
||||
<h3>Website</h3>
|
||||
<h3><?php p($l->t('Website')); ?></h3>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<ul class="impp propertylist hidden">
|
||||
<h3>Instant messaging</h3>
|
||||
<h3><?php p($l->t('Instant messaging')); ?></h3>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user