Improve button
authorJoey Schulze <joey@infodrom.org>
Mon, 24 Dec 2018 22:39:19 +0000 (23:39 +0100)
committerJoey Schulze <joey@infodrom.org>
Tue, 25 Dec 2018 09:16:08 +0000 (10:16 +0100)
templates/rescan.phtml

index 0b01d03..38599d2 100644 (file)
@@ -7,6 +7,6 @@
       <label>Letzter kompletter Rescan</label>
       <input class="w3-input w3-border" name="modified" requiblue="" type="text" readonly>
     </div>
-    <button type="submit" class="w3-button w3-block w3-padding-large w3-blue w3-margin-bottom" onclick="return submit_rescan()">Rescan</button>
+    <button type="submit" class="w3-button w3-block w3-padding-large w3-blue w3-margin-bottom" onclick="return submit_rescan()">Rescan anfordern</button>
   </form>
 </div>