Skip to content
Snippets Groups Projects
Commit 6ce6cbf4 authored by Bart Visscher's avatar Bart Visscher
Browse files

Contacts: better label for saving a property

parent 9701145f
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment