Skip to content

Commit

Permalink
Fix: Made string translatable in class-settings-advanced.php (#7501)
Browse files Browse the repository at this point in the history
  • Loading branch information
DAnn2012 authored Aug 22, 2024
1 parent 070da53 commit 7c3d1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/settings/class-settings-advanced.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public function get_settings() {
],
],
[
'name' => 'GiveWP Cache',
'name' => __( 'GiveWP Cache', 'give' ),
'id' => 'give-clear-cache',
'buttonTitle' => __( 'Clear Cache', 'give' ),
'desc' => __( 'Click this button if you want to clear GiveWP\'s cache. The plugin stores common settings and queries in cache to optimize performance. Clearing cache will remove and begin rebuilding these saved queries.', 'give' ),
Expand Down

0 comments on commit 7c3d1f9

Please sign in to comment.