]> source.dussan.org Git - nextcloud-server.git/commitdiff
Contacts: Updated first run page.
authorThomas Tanghus <thomas@tanghus.net>
Thu, 26 Apr 2012 18:48:34 +0000 (20:48 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Fri, 27 Apr 2012 08:35:31 +0000 (10:35 +0200)
apps/contacts/templates/part.no_contacts.php

index 6c21511e86749488d3a90a17731bcedc29bb8783..5faa481bc3cdc02196e0e58f731877447d0d6bc6 100644 (file)
@@ -1,8 +1,7 @@
 <div id="firstrun">
        <?php echo $l->t('You have no contacts in your addressbook.') ?>
        <div id="selections">
-               <input type="button" value="<?php echo $l->t('Import contacts') ?>" onclick="Contacts.UI.Addressbooks.doImport()" />
                <input type="button" value="<?php echo $l->t('Add contact') ?>" onclick="Contacts.UI.Card.editNew()" />
-               <input type="button" value="<?php echo $l->t('Edit addressbooks') ?>" onclick="Contacts.UI.Addressbooks.overview()" />
+               <input type="button" value="<?php echo $l->t('Configure addressbooks') ?>" onclick="Contacts.UI.Addressbooks.overview()" />
        </div>
 </div>