diff options
Diffstat (limited to 'templates/web/base/alert/updates.html')
-rw-r--r-- | templates/web/base/alert/updates.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/alert/updates.html b/templates/web/base/alert/updates.html index 82e99d49a..a77f8d0f9 100644 --- a/templates/web/base/alert/updates.html +++ b/templates/web/base/alert/updates.html @@ -19,7 +19,7 @@ <label class="hidden n" for="alert_rznvy">[% loc('Your email') %]</label> <div class="form-txt-submit-box"> - <input class="form-control" type="email" name="rznvy" id="alert_rznvy" value="[% email | html %]" placeholder="[% loc('Your email') %]"> + <input class="form-control" type="email" name="rznvy" id="alert_rznvy" value="[% email | html %]"> <input class="green-btn" type="submit" value="[% loc('Subscribe') %]"> </div> |