Standardise the error message

This commit is contained in:
James Brooks 2016-06-03 10:15:08 +01:00
parent 1527ec8ddc
commit 3fde593a86

View File

@ -40,7 +40,7 @@
</div>
</div>
@empty
<div class="list-group-item"><a href="{{ route('dashboard.components.add') }}">{{ trans('dashboard.components.add.message') }}</a></div>
<div class="list-group-item text-danger">{{ trans('dashboard.components.add.message') }}</div>
@endforelse
</div>
</div>