Skip to content

Commit 8ce3dd9

Browse files
actually push the composer.lock file
1 parent 55df97a commit 8ce3dd9

File tree

4 files changed

+4238
-2
lines changed

4 files changed

+4238
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ wordpress/
1919
scoped-code/
2020
svn/
2121
eicar*
22-
composer.lock

Vaas/ScanClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function credentials_check_admin_notice() {
7474
if ($this->vaas_options->credentials_configured()) {
7575
if ($this->connect() === false) {
7676
echo '<div class="notice notice-error is-dismissible">
77-
<p>VaaS - Error: The credentials did not work. Please check the settings.</p>
77+
<p>'.__('VaaS - Error: The credentials did not work. Please check the settings.', 'gdata-antivirus').'</p>
7878
</div>';
7979
}
8080
}

0 commit comments

Comments
 (0)