Change html b to strong

This commit is contained in:
Jonny Tischbein 2018-11-25 09:03:01 +01:00
parent 3af59eaba4
commit 5e577ed133
2 changed files with 2 additions and 2 deletions

View file

@ -353,7 +353,7 @@
<div id="admin-settings-relocate-collapse" class="panel-collapse collapse" role="tabpanel" aria-labelledby="admin-settings-relocate">
<div class="alert alert-danger alert-dismissible">
<a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>
<b>{{$relocate_warning}}</b>
<strong>{{$relocate_warning}}</strong>
</div>
{{* separate form for relocate... *}}
<form action="{{$baseurl}}/admin/site" method="post">