mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
UI strings/tooltips/basic handling review/optimizations
This commit is contained in:
@@ -17,14 +17,14 @@
|
||||
class="btn btn-sm btn-outline-secondary py-0 mr-1 float-right disabled show-as-dialog-link"
|
||||
href="#"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Stock journal for this product') }}">
|
||||
title="{{ $__t('Stock journal') }}">
|
||||
<i class="fas fa-file-alt"></i>
|
||||
</a>
|
||||
<a id="productcard-product-stock-button"
|
||||
class="btn btn-sm btn-outline-info py-0 mr-1 float-right disabled show-as-dialog-link"
|
||||
href="#"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Stock entries for this product') }}">
|
||||
title="{{ $__t('Stock entries') }}">
|
||||
<i class="fas fa-boxes"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user