mirror of
https://github.com/WordPress/create-block-theme.git
synced 2025-10-03 16:11:13 +08:00
Fixes a typo (#86)
This commit is contained in:
parent
97ebac83af
commit
b0e393a59b
1 changed files with 1 additions and 1 deletions
|
@ -829,7 +829,7 @@ Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, feature
|
|||
function admin_notice_export_success() {
|
||||
?>
|
||||
<div class="notice notice-success is-dismissible">
|
||||
<p><?php _e( 'Block theme exported sucessfuly!', 'create-block-theme' ); ?></p>
|
||||
<p><?php _e( 'Block theme exported successfully!', 'create-block-theme' ); ?></p>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue