Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Blüm <marius@lineone.io>2018-03-09 16:42:06 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-07-05 11:31:08 +0300
commit4eb64e89e5e48847b47ee2cd76dc287ad2f739fa (patch)
treed9a04438d08d1a61eb3346d89b53969575862746 /templates
parent7feb7b18ea488f5ceda12c134ea0c61e0222b1ee (diff)
Update README.md
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings.php b/templates/settings.php
index a68b62e..a72b631 100644
--- a/templates/settings.php
+++ b/templates/settings.php
@@ -5,7 +5,7 @@ script('files_antivirus', 'settings');
<div class="section section-antivirus">
<form id="antivirus" action="#" method="post">
<fieldset class="personalblock">
- <h2><?php p($l->t('Antivirus Configuration'));?></h2>
+ <h2><?php p($l->t('Antivirus for Files'));?></h2>
<p class="av_mode"><label for="av_mode"><?php p($l->t('Mode'));?></label>
<select id="av_mode" name="avMode"><?php print_unescaped(html_select_options(array('executable' => $l->t('Executable'), 'daemon' => $l->t('Daemon'), 'socket' => $l->t('Daemon (Socket)')), $_['avMode'])) ?></select>
</p>