Skip to content

Commit

Permalink
Merge pull request #4190 from garypaul/feature/4175-ambiguous-add-fie…
Browse files Browse the repository at this point in the history
…ld-button

Changed ‘Add Field’ to ‘Save Field’ as per #4175
  • Loading branch information
sc0ttkclark authored May 16, 2017
2 parents 2764bbb + 96dfd3b commit 53b09bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/admin/setup-edit-field-fluid.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<a class="submitdelete deletion" href="#delete-field"><?php _e( 'Delete Field', 'pods' ); ?></a>
</div>
<p class="pods-manage-row-save">
<a class="pods-manage-row-cancel" href="#cancel-edit-field"><?php _e( 'Cancel', 'pods' ); ?></a> &nbsp;&nbsp; <a href="#save-field" class="button-primary pods-button-update"><?php _e( 'Update Field', 'pods' ); ?></a><a href="#save-field" class="button-primary pods-button-add"><?php _e( 'Add Field', 'pods' ); ?></a>
<a class="pods-manage-row-cancel" href="#cancel-edit-field"><?php _e( 'Cancel', 'pods' ); ?></a> &nbsp;&nbsp; <a href="#save-field" class="button-primary pods-button-update"><?php _e( 'Update Field', 'pods' ); ?></a><a href="#save-field" class="button-primary pods-button-add"><?php _e( 'Save Field', 'pods' ); ?></a>
</p>
</div>
</div>
Expand Down

0 comments on commit 53b09bc

Please sign in to comment.