1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-19 08:52:22 +01:00

Merge pull request #561 from owncloud/import-label

Change label when there is no contact
This commit is contained in:
Jan-Christoph Borchardt 2014-07-30 15:08:44 +02:00
commit c1cd176713

View File

@ -133,7 +133,7 @@ use OCA\Contacts\ImportManager;
<div id="firstrun" class="hidden">
<div>
<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">
<input type="button" class="add-contact text" value="<?php p($l->t('New contact')) ?>">
</div>