]> git.ipfire.org Git - people/ric9/ipfire.org.git/commitdiff
nopaste/create: remove doubled label word "after" 13853
authorRico Hoppe <rico.hoppe@ipfire.org>
Thu, 22 May 2025 07:57:35 +0000 (07:57 +0000)
committerRico Hoppe <rico.hoppe@ipfire.org>
Thu, 22 May 2025 07:57:35 +0000 (07:57 +0000)
Signed-off-by: Rico Hoppe <rico.hoppe@ipfire.org>
src/templates/nopaste/create.html

index 8b8262f088cd0968dd301bdd074479f988d315f7..eb5165d47cec44ab7d24ca287b1fc05b3eb748d9 100644 (file)
                                                </div>
 
                                                <div class="field">
-                                                       <label class="label">{{ _("Expires") }}</label>
+                                                       <label class="label">{{ _("Expires After") }}</label>
 
                                                        <div class="control">
                                                                <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>