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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaita <maxence@pontapreta.net>2016-12-06 18:58:18 +0300
committerdaita <maxence@pontapreta.net>2016-12-06 18:58:18 +0300
commitc771c773421d04069bb5294852a1e2dde9398b7b (patch)
tree2f838ded555cbbc2ea4914c285b80bee0258b8b4 /templates
parenta32e19bec61a4fd1e3303daf8b4dc4d774f24bec (diff)
enabling 'Higher performance'
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.admin.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index 899c85f..a35d15b 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -207,11 +207,11 @@ style('nextant', 'admin');
<tr style="height: 30px;">
<td class="nextant_admin_left">
- <?php p($l->t('Ressource Level :')); ?>
+ <?php p($l->t('Resource Level :')); ?>
</td>
<td colspan="2"><select name="solr_resource_level"
id="solr_resource_level" style="width: 200px">
- <!-- <option value="5"><?php p($l->t('Higher performance')); ?></option> -->
+ <option value="5"><?php p($l->t('Higher performance')); ?></option>
<option value="4"><?php p($l->t('High performance')); ?></option>
<!-- <option value="3"><?php p($l->t('Medium performance')); ?></option> -->
<option value="2"><?php p($l->t('Low performance')); ?></option>
@@ -258,7 +258,7 @@ style('nextant', 'admin');
<div id="nextant_first_index"
style="width: 270px; font-size: 12px; white-space: normal;">
<i>
- <?php p($l->t('we recommand doing the very first indexing of your files using the <b>./occ nextant:index</b> command.')); ?>
+ <?php p($l->t('we recommand doing the very first indexing of your files using the ./occ nextant:index command.')); ?>
<?php p($l->t('However, you can force it to be started as a background process.')); ?>
</i> <br />
<button type="button" id="nextant_force_first_index"