diff --git a/Resources/Private/Language/locallang.xlf b/Resources/Private/Language/locallang.xlf
index 9a02671136669af514afcc006807a2fba70e4ba3..270b04269357938de4a30a53f4f59ee7c858f185 100644
--- a/Resources/Private/Language/locallang.xlf
+++ b/Resources/Private/Language/locallang.xlf
@@ -127,7 +127,7 @@
 			<source>Your filter criteria didn't match any entries.</source>
 		</trans-unit>
 		<trans-unit id="backend.no_site_root">
-			<source>Please select one of the following Website roots:</source>
+			<source>Please select one of the following website roots:</source>
 		</trans-unit>
 		<trans-unit id="backend.not_sent">
 			<source>Not Sent</source>
diff --git a/Resources/Private/Partials/Queue/Filter.html b/Resources/Private/Partials/Queue/Filter.html
index d607f68e1f9be8c3388e78715bc1638b75554f3d..ea6d22afdc62b1b7fc4e7f5753ec70068a2dbcee 100644
--- a/Resources/Private/Partials/Queue/Filter.html
+++ b/Resources/Private/Partials/Queue/Filter.html
@@ -51,7 +51,7 @@
 			<div class="form-group">
 				<label for="filter-fields">
 					<f:translate key="backend.filters.fields" />
-					<small><f:translate key="backend.filter.fields.description" /></small>
+					<f:translate key="backend.filter.fields.description" />
 				</label>
 				<f:form.select class="form-control" multiple="1" size="9" property="filterFields" optionValueField="value" options="{filterFields}" id="filter-fields" />
 			</div>
@@ -78,7 +78,7 @@
 					</label>
 				</span>
 			</div>
-			<div class="input-group" style="width: 100%; display: block;">
+			<div class="input-group form-group " style="width: 100%; display: block;">
 				<label for="filter-to-date">
 					<f:translate key="backend.filter.date_to" />
 				</label>
@@ -113,7 +113,6 @@
 				</label>
 			</div>
 			<div class="form-group">
-				<br />
 				<f:form.button class="btn btn-success form-group col-xs-12 col-md-12" type="submit">
 					<f:translate key="backend.filter.filter" /></f:form.button>
 			</div>