Skip to content

Commit

Permalink
update vaas and fix one the last translatable text
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Sep 10, 2024
1 parent 450f6b6 commit f0d6ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PluginPage/Findings/FindingsMenuPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public function delete_findings(): void {

public function findings_list(): void {
?>
<h1><?php esc_html_e('We found Malware'); ?></h1>
<h1><?php esc_html_e('We found Malware', 'gdata-antivirus'); ?></h1>
<form action="admin-post.php" method="post">

<table class="wp-list-table widefat fixed striped table-view-list pages">
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"require": {
"php": ">=8.1",
"gdata/vaas": "9.0.4",
"gdata/vaas": "9.0.5",
"illuminate/container": "11.22.0"
},
"config": {
Expand Down

0 comments on commit f0d6ff0

Please sign in to comment.