diff --git a/resources/index.html b/resources/index.html
index 0c744d8..6c94bee 100644
--- a/resources/index.html
+++ b/resources/index.html
@@ -34,9 +34,9 @@
<div id="charCount">0 characters</div>
</div>
<div id="linkBtnContainer">
- <button class="link-btn" id="saveBtn">Save Jot</button>
- <button class="link-btn" id="newBtn">New Jot</button>
- <button class="link-btn" id="exportBtn">Export as TXT</button>
+ <button class="link-btn" id="saveBtn" title="Save Jot">Save Jot</button>
+ <button class="link-btn" id="newBtn" title="New Jot">New Jot</button>
+ <button class="link-btn" id="exportBtn" title="Export">Export</button>
</div>
<div id="docStatus"></div>
</div>