diff options
Diffstat (limited to 'quotes/public/index.html')
-rw-r--r-- | quotes/public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quotes/public/index.html b/quotes/public/index.html index b91d1e1..b2e4fa2 100644 --- a/quotes/public/index.html +++ b/quotes/public/index.html @@ -23,7 +23,7 @@ <form class="pure-form pure-form-stacked" action="api/add" method="post"> <fieldset> <legend>Zitate</legend> - <label for="author">Author</label> + <label for="author">Autor</label> <select name="author" id="author" required></select> <label for="quote">Zitat</label> <input name="quote" type="text" id="quote" placeholder="Zitat" required /> |