mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Fixed/unified shopping list item button tooltips (fixes #1239)
This commit is contained in:
parent
5cd3fb092a
commit
97b93f23bd
@ -832,7 +832,7 @@ msgstr ""
|
||||
msgid "Add all list items to stock"
|
||||
msgstr ""
|
||||
|
||||
msgid "Add %1$s of %2$s to stock"
|
||||
msgid "Add this item to stock"
|
||||
msgstr ""
|
||||
|
||||
msgid "Adding shopping list item %1$s of %2$s"
|
||||
|
@ -209,7 +209,7 @@
|
||||
</a>
|
||||
<a class="btn btn-sm btn-primary @if(!GROCY_FEATURE_FLAG_STOCK) d-none @endif @if(empty($listItem->product_id)) disabled @else shopping-list-stock-add-workflow-list-item-button @endif"
|
||||
href="{{ $U('/purchase?embedded&flow=shoppinglistitemtostock&product=') }}{{ $listItem->product_id }}&amount={{ $listItem->amount }}&listitemid={{ $listItem->id }}&quId={{ $listItem->qu_id }}"
|
||||
@if(!empty($listItem->product_id)) data-toggle="tooltip" title="{{ $__t('Add %1$s of %2$s to stock', $listItem->amount . ' ' . $__n($listItem->amount, $listItem->qu_name, $listItem->qu_name_plural), $listItem->product_name, $listItem->amount) }}" @endif>
|
||||
@if(!empty($listItem->product_id)) data-toggle="tooltip" title="{{ $__t('Add this item to stock') }}" @endif>
|
||||
<i class="fas fa-box"></i>
|
||||
</a>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user