diff --git a/whatformat/templates/landing.html b/whatformat/templates/landing.html index fd384131ba10281acb264871c7eb40fd5f58eb4f..0f8893ca8e8f9577e067d369665a5906f2595902 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>