Skip to content

Commit

Permalink
fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Jan 3, 2025
1 parent 2e1cd9f commit ce08570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/dashboard-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
echo ' ';
}
if ($diff > 0) {
echo esc_html__('more than previous period', 'koko-analytics');
echo esc_html__('more than previous period', 'koko-analytics');
}
if ($diff < 0) {
echo esc_html__('less than previous period', 'koko-analytics');
Expand All @@ -143,7 +143,7 @@
echo ' ';
}
if ($diff > 0) {
echo esc_html__('more than previous period', 'koko-analytics');
echo esc_html__('more than previous period', 'koko-analytics');
}
if ($diff < 0) {
echo esc_html__('less than previous period', 'koko-analytics');
Expand Down

0 comments on commit ce08570

Please sign in to comment.