mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Adapt holdings to number inputs (#1258)
* Adapt holdings to number inputs * Reviews * FIX a small provider hardcoded name * PR l10n request --------- Co-authored-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<%= icon "arrow-left-right", size: "sm", class: "text-secondary" %>
|
||||
<% end %>
|
||||
<% if entry.linked? %>
|
||||
<span title="<%= t("transactions.transaction.linked_with_plaid") %>" class="text-secondary">
|
||||
<span title="<%= t("transactions.transaction.linked_with_provider", provider: entry.account.provider_name&.titleize) %>" class="text-secondary">
|
||||
<%= icon("refresh-ccw", size: "sm") %>
|
||||
</span>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user