Skip to content

Commit

Permalink
Fixed language typos
Browse files Browse the repository at this point in the history
Fixed language typos
  • Loading branch information
CasN committed Nov 3, 2024
1 parent cf70475 commit 71b651e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function reminder_print_status_option_list( $p_name ) {
<div class="widget-header widget-header-small">
<h4 class="widget-title lighter">
<i class="ace-icon fa fa-text-width"></i>
<?php echo lang_get( 'reminder_plugin_title' ) . ': ' . lang_get( 'plugin_format_config' )?>
<?php echo lang_get( 'reminder_plugin_title' ) . ': ' . lang_get( 'reminder_config' )?>
</h4>
</div>
<div class="widget-body">
Expand Down

0 comments on commit 71b651e

Please sign in to comment.