diff --git a/UI/Web/src/app/_single-module/match-series-modal/match-series-modal.component.html b/UI/Web/src/app/_single-module/match-series-modal/match-series-modal.component.html index c34a3d888..5a9804d54 100644 --- a/UI/Web/src/app/_single-module/match-series-modal/match-series-modal.component.html +++ b/UI/Web/src/app/_single-module/match-series-modal/match-series-modal.component.html @@ -53,7 +53,7 @@ } @empty { @if (!isLoading) { - {{t('no-results')}} +

{{t('no-results')}}

} } }