From fae88a44db57ff163915a3c2669b2895411f3cb6 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Sat, 19 Mar 2022 08:56:15 +0300
Subject: index.html: add title to 'Example' button

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 2138b03..fa82385 100644
--- a/index.html
+++ b/index.html
@@ -175,7 +175,7 @@ show configuration files that can be used by the client.</p>
       <div class="row">
         <div class="col-sm-offset-3 col-sm-9 text-center">
           <button type="submit" class="btn btn-primary">Generate</button>
-          <a href="{{ example_url }}"><button type="button" class="btn btn-info">Example</button></a>
+          <a href="{{ example_url }}"><button type="button" class="btn btn-info" title="Fill in the form with examples values">Example</button></a>
           <span class="help-block" style="margin-bottom: 0;">
             <span id="params_error" class="text-danger small" style="white-space: pre-line;"></span>
           </span>
-- 
cgit v1.2.3