[minor] auto-create Fiscal Year, loading, general ledger
diff --git a/erpnext/templates/includes/transactions.html b/erpnext/templates/includes/transactions.html
index b0eda19..fb570cd 100644
--- a/erpnext/templates/includes/transactions.html
+++ b/erpnext/templates/includes/transactions.html
@@ -6,9 +6,7 @@
<p id="msgprint-alert" class="alert alert-danger"
style="display: none;"> </p>
<div class="list-group transaction-list">
- <div class="progress progress-striped active">
- <div class="progress-bar progress-bar-info" style="width: 100%;"></div>
- </div>
+ <div class="text-muted progress">{{ _("Loading") }}...</div>
</div>
<div class="text-center">
<button class="btn btn-default btn-show-more hide">More</button>