Skip to content

Commit

Permalink
fix: translate (frappe#39396)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreLumertz authored Jan 16, 2024
1 parent b719585 commit 0061934
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<div class="dashboard-list-item" style="padding: 12px 15px;">
<div class="row">
<div class="col-sm-2 text-muted" style="margin-top: 8px;">
Warehouse
{{ __("Warehouse") }}
</div>
<div class="col-sm-2 text-muted" style="margin-top: 8px;">
Item
{{ __("Item") }}
</div>
<div class="col-sm-1 text-muted" style="margin-top: 8px;">
Stock Capacity
{{ __("Stock Capacity") }}
</div>
<div class="col-sm-2 text-muted" style="margin-top: 8px;">
Balance Stock Qty
{{ __("Balance Stock Qty") }}
</div>
<div class="col-sm-2 text-muted" style="margin-top: 8px;">
% Occupied
{{ __("% Occupied") }}
</div>
</div>
</div>

0 comments on commit 0061934

Please sign in to comment.