mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-31 20:52:17 +01:00
Merge pull request #561 from owncloud/import-label
Change label when there is no contact
This commit is contained in:
commit
c1cd176713
@ -133,7 +133,7 @@ use OCA\Contacts\ImportManager;
|
|||||||
<div id="firstrun" class="hidden">
|
<div id="firstrun" class="hidden">
|
||||||
<div>
|
<div>
|
||||||
<h3><?php p($l->t('You have no contacts in your address book or your address book is disabled.')); ?></h3>
|
<h3><?php p($l->t('You have no contacts in your address book or your address book is disabled.')); ?></h3>
|
||||||
<p><?php p($l->t('Add a new contact or import existing contacts from a VCF file.')); ?></p>
|
<p><?php p($l->t('Add a new contact or import existing contacts from a file (VCF, CSV or LDIF).')); ?></p>
|
||||||
<div id="selections">
|
<div id="selections">
|
||||||
<input type="button" class="add-contact text" value="<?php p($l->t('New contact')) ?>">
|
<input type="button" class="add-contact text" value="<?php p($l->t('New contact')) ?>">
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user