Skip to content

Commit

Permalink
Fix text for data page
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxJedi committed Jun 8, 2023
1 parent 98eb318 commit d9aefe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/admin/main-data.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h3><?php _e( 'MariaDB Data', 'mariadb-health-checks' ); ?></h3>
<p><?php _e( 'Here you have the information of the MariaDB queries', 'mariadb-health-checks' ); ?></p>
<p><?php _e( 'In the graph you can see, in blue, the average execution time per hour of the queries of your site. In red, you can see the number of queries that have been executed.', 'mariadb-health-checks' ); ?></p>
<p><?php _e( 'In the graph you can see, in blue, the average database time per page load of your site. In red, you can see the number of queries that have been executed per page load.', 'mariadb-health-checks' ); ?></p>
<p><?php _e( 'At the bottom you have the graph data in table format for a better reading.', 'mariadb-health-checks' ); ?></p>

<h4><?php _e('Query performance graph', 'mariadb-health-checks'); ?></h4>
Expand Down

0 comments on commit d9aefe3

Please sign in to comment.