Fixes a typo (#86)

This commit is contained in:
Andy 2022-07-18 16:18:20 +02:00 committed by GitHub
parent 97ebac83af
commit b0e393a59b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}