Skip to content

Commit

Permalink
Use admin textdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
powerbuoy committed Dec 10, 2021
1 parent d85c2ae commit 3bef8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleek-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function get_setting ($name) {
add_options_page(__('Sleek settings', 'sleek_admin'), 'Sleek', 'manage_options', 'sleek-settings', function () {
?>
<div class="wrap">
<h1><?php _ex('Sleek settings', 'settings', 'sleek') ?></h1>
<h1><?php _e('Sleek settings', 'sleek_admin') ?></h1>
<form method="post" action="options.php">
<?php settings_fields(SETTINGS_NAME) ?>
<?php do_settings_sections(SETTINGS_SECTION_NAME) ?>
Expand Down

0 comments on commit 3bef8fd

Please sign in to comment.