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

github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-05-24 15:19:25 +0300
committerMorris Jobke <hey@morrisjobke.de>2018-05-24 15:19:25 +0300
commit30c1df081682fbba471ef9200dc1e7f00f08769e (patch)
treeb6223e058547cfc92d8f9a430f16c510dccec31a /templates
parent142147ca9cce835962e5633b1f3376bf46c95aac (diff)
Numbers do not need to be translated
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin.php b/templates/admin.php
index a5b2acd..e5969f3 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -63,7 +63,7 @@ style('files_retention', [
<input type="hidden" name="retention_tag" id="retention_tag" placeholder="<?php p($l->t('Select tag…')); ?>" style="width: 400px;" />
<br>
- <input type="number" id="retention_amount" name="retention_amount" placeholder="<?php p($l->t('10')); ?>" style="width: 200px;">
+ <input type="number" id="retention_amount" name="retention_amount" placeholder="10" style="width: 200px;">
<select id="retention_unit">
<option value="0"><?php p($l->t('Days')); ?></option>