diff --git a/app/views/admin/sso_providers/index.html.erb b/app/views/admin/sso_providers/index.html.erb index c799d374d..6120b52ea 100644 --- a/app/views/admin/sso_providers/index.html.erb +++ b/app/views/admin/sso_providers/index.html.erb @@ -26,7 +26,7 @@
<% if provider.enabled? %> - + <%= t(".enabled") %> <% else %> @@ -64,10 +64,10 @@ <% if @legacy_providers.any? %> <%= settings_section title: t("admin.sso_providers.index.legacy_providers_title"), collapsible: true, open: true do %> -
+
- <%= icon "alert-triangle", class: "w-5 h-5 text-amber-600 shrink-0" %> -

+ <%= icon "alert-triangle", class: "w-5 h-5 text-amber-600 shrink-0 theme-dark:text-amber-400" %> +

<%= t("admin.sso_providers.index.legacy_providers_notice") %>

@@ -90,7 +90,7 @@
- + <%= t("admin.sso_providers.index.env_configured") %>
diff --git a/app/views/assistant_messages/_tool_calls.html.erb b/app/views/assistant_messages/_tool_calls.html.erb index d2adace6a..b301a5d4a 100644 --- a/app/views/assistant_messages/_tool_calls.html.erb +++ b/app/views/assistant_messages/_tool_calls.html.erb @@ -8,7 +8,7 @@
<% message.tool_calls.each do |tool_call| %> -
+

<%= t(".function") %>

<%= tool_call.function_name %>

<%= t(".arguments") %>

diff --git a/app/views/recurring_transactions/index.html.erb b/app/views/recurring_transactions/index.html.erb index 96b29d4a1..2148b7bb3 100644 --- a/app/views/recurring_transactions/index.html.erb +++ b/app/views/recurring_transactions/index.html.erb @@ -155,7 +155,7 @@ <% if recurring_transaction.active? %> - + <%= t("recurring_transactions.status.active") %> <% else %> diff --git a/app/views/settings/securities/show.html.erb b/app/views/settings/securities/show.html.erb index c0482ac98..f94878cd4 100644 --- a/app/views/settings/securities/show.html.erb +++ b/app/views/settings/securities/show.html.erb @@ -160,10 +160,10 @@ <% end %>
<% if @oidc_identities.count == 1 && Current.user.password_digest.blank? %> -
+
- <%= icon "alert-triangle", class: "w-5 h-5 text-amber-600 shrink-0 mt-0.5" %> -

<%= t(".sso_warning_message") %>

+ <%= icon "alert-triangle", class: "w-5 h-5 text-amber-600 shrink-0 mt-0.5 theme-dark:text-amber-400" %> +

<%= t(".sso_warning_message") %>

<% end %> diff --git a/app/views/transactions/categorizes/_group_title.html.erb b/app/views/transactions/categorizes/_group_title.html.erb index 948b504ac..a23ab1961 100644 --- a/app/views/transactions/categorizes/_group_title.html.erb +++ b/app/views/transactions/categorizes/_group_title.html.erb @@ -2,7 +2,7 @@

<%= display_name %>

<% if transaction_type == "income" %> - <%= t("transactions.categorizes.show.type_income") %> + <%= t("transactions.categorizes.show.type_income") %> <% elsif transaction_type == "expense" %> <%= t("transactions.categorizes.show.type_expense") %> <% end %>