mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-04-24 09:24:10 +02:00
Fixed closing span tag
This commit is contained in:
parent
ad1babaf0d
commit
1407871e1c
@ -19,7 +19,7 @@
|
||||
<div class="form-group">
|
||||
<label>{{ trans('forms.user.email') }}</label>
|
||||
<textarea rows="5" class="form-control" name="email" required>{{ Binput::old('email') }}</textarea>
|
||||
<span class="help-block">{{ trans('dashboard.subscribers.add.help') }}</p>
|
||||
<span class="help-block">{{ trans('dashboard.subscribers.add.help') }}</span>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user