Contacts: better label for saving a property

This commit is contained in:
Bart Visscher 2011-11-24 21:35:41 +01:00
parent 9701145f83
commit 6ce6cbf489
1 changed files with 1 additions and 1 deletions

View File

@ -52,5 +52,5 @@
<p class="contacts_property_name"><label for="org"><?php echo $l->t('Organization'); ?></label></p>
<p class="contacts_property_data"><input id="org" type="text" name="value" value="<?php echo $_['property']['value']; ?>"></p>
<?php endif; ?>
<input id="contacts_setproperty_button" type="submit" value="<?php echo $l->t('Edit'); ?>">
<input id="contacts_setproperty_button" type="submit" value="<?php echo $l->t('Update'); ?>">
</form>