Skip to content

Commit

Permalink
add back i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Nov 4, 2024
1 parent 429ede3 commit 69786dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-admin-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public function the_settings_page() {
<?php wp_nonce_field( 'aspireupdate-settings' ); ?>
<?php submit_button( '', 'primary', 'submit', false ); ?>

<a href="<?php echo esc_url( $reset_url ); ?>" class="button button-secondary" >Reset</a>
<a href="<?php echo esc_url( $reset_url ); ?>" class="button button-secondary" ><?php esc_html_e( 'Reset', 'AspireUpdate' ); ?></a>
</p>
</form>
</div>
Expand Down

0 comments on commit 69786dc

Please sign in to comment.