mirror of
https://github.com/WenPai-org/wpslug.git
synced 2025-08-03 05:33:19 +08:00
Update admin labels for clarity
Changed 'Document' to 'Documentation' and 'Preview Conversion' to 'Preview' in the admin interface for improved clarity and consistency.
This commit is contained in:
parent
481cea3d1f
commit
a107270605
1 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ class WPSlug_Admin
|
|||
<?php printf( esc_html__( 'Version: %s', 'wpslug' ), esc_html( WPSLUG_VERSION ) ); ?>
|
||||
</span>
|
||||
<a href="https://wpslug.com/document" target="_blank" class="button button-secondary" style="margin-left: 10px;">
|
||||
<?php esc_html_e( 'Document', 'wpslug' ); ?>
|
||||
<?php esc_html_e( 'Documentation', 'wpslug' ); ?>
|
||||
</a>
|
||||
<a href="https://sharecms.com/forums/" target="_blank" class="button button-secondary">
|
||||
<?php esc_html_e( 'Support', 'wpslug' ); ?>
|
||||
|
@ -274,7 +274,7 @@ class WPSlug_Admin
|
|||
</form>
|
||||
|
||||
<div class="wpslug-card">
|
||||
<h2><?php _e("Preview Conversion", "wpslug"); ?></h2>
|
||||
<h2><?php _e("Preview", "wpslug"); ?></h2>
|
||||
<div id="wpslug-status" class="wpslug-notice" style="display:none;"></div>
|
||||
<p><?php _e(
|
||||
"Test your conversion settings with live preview.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue