mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
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…
x
Reference in New Issue
Block a user