Translate the Loading message
This commit is contained in:
parent
9a4f042e97
commit
fa146aaea7
|
|
@ -5,7 +5,7 @@
|
|||
<div class="loading-indicator-container">
|
||||
<div class="loading-indicator indicator-center">
|
||||
<span></span>
|
||||
<div>Loading...</div>
|
||||
<div><?= e(trans('backend::lang.list.loading')) ?></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -14,8 +14,8 @@
|
|||
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$.request('onInitReportContainer').done(function(){
|
||||
$.request('onInitReportContainer').done(function() {
|
||||
$('#dashReportContainer').removeClass('loading')
|
||||
})
|
||||
})
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue