From 51269377dddf11e14de4d228cb14e520e4b86fd4 Mon Sep 17 00:00:00 2001 From: Anton Sarukhanov <code@ant.sr> Date: Tue, 10 Dec 2019 20:32:06 -0500 Subject: [PATCH] Tweak text. --- whatformat/templates/landing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whatformat/templates/landing.html b/whatformat/templates/landing.html index fd38413..0f8893c 100644 --- a/whatformat/templates/landing.html +++ b/whatformat/templates/landing.html @@ -13,9 +13,9 @@ </header> <main> <p> - Auto-detect the <a href="https://strftime.org/" target="_blank">Format String</a> of your date. + Auto-detect the <a href="https://strftime.org/" target="_blank">Format String</a> of your date/time. </p> - <form id="detect-format"><input id="date" name="date" value="{{ date_string if date_string }}" placeholder="January 1, 2000"/></form> + <form id="detect-format"><input id="date" name="date" value="{{ date_string if date_string }}" placeholder="Enter a date and/or time here."/></form> <section id="format"> </section> </main> -- GitLab