]> git.ipfire.org Git - ipfire.org.git/commitdiff
nopaste/create: remove doubled label word "after"
authorRico Hoppe <rico.hoppe@ipfire.org>
Mon, 26 May 2025 11:00:17 +0000 (11:00 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 26 May 2025 11:01:12 +0000 (11:01 +0000)
Fixes: #13853
Signed-off-by: Rico Hoppe <rico.hoppe@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/nopaste/create.html

index 85a6e8e315b35f6ae78228ccb8bf7a94d069c4c2..eb5165d47cec44ab7d24ca287b1fc05b3eb748d9 100644 (file)
                                                                <div class="select is-fullwidth" name="expires">
                                                                        <select>
                                                                                <option value="0">{{ _("never") }}</option>
-                                                                               <option value="600">{{ _("after ten minutes") }}</option>
-                                                                               <option value="3600">{{ _("after one hour") }}</option>
-                                                                               <option value="{{ 24 * 3600 }}">{{ _("after one day") }}</option>
-                                                                               <option value="{{ 7 * 24 * 3600 }}">{{ _("after one week") }}</option>
-                                                                               <option value="{{ 30 * 24 * 3600 }}" selected>{{ _("after one month") }}</option>
+                                                                               <option value="600">{{ _("ten minutes") }}</option>
+                                                                               <option value="3600">{{ _("one hour") }}</option>
+                                                                               <option value="{{ 24 * 3600 }}">{{ _("one day") }}</option>
+                                                                               <option value="{{ 7 * 24 * 3600 }}">{{ _("one week") }}</option>
+                                                                               <option value="{{ 30 * 24 * 3600 }}" selected>{{ _("one month") }}</option>
                                                                        </select>
                                                                </div>
                                                        </div>