Skip to content

Commit

Permalink
Tweak heading text
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Sep 8, 2024
1 parent 99a2a69 commit 28ada55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/admin/setup-add.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<?php if ( ! empty( $quick_actions ) ) : ?>
<div
id='pods-wizard-quick-actions'<?php echo( $submit_from_linked ? ' class="hidden"' : '' ); ?>>
<h2 class="pods-wizard-one-click-actions-heading"><?php esc_html_e( 'One-Click Quick Extend', 'pods' ); ?></h2>
<h2 class="pods-wizard-one-click-actions-heading"><?php esc_html_e( 'One-Click Extend', 'pods' ); ?></h2>
<ul class="pods-wizard-one-click-actions">
<?php foreach ( $quick_actions as $quick_action_key => $quick_action ) : ?>
<li class="pods-wizard-one-click-action">
Expand Down

0 comments on commit 28ada55

Please sign in to comment.