1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 07:39:39 +02:00

i18n additions

This commit is contained in:
Josh Pigford 2024-02-11 14:00:16 -06:00
parent e79ff94f6c
commit a86b4264c4
2 changed files with 4 additions and 1 deletions

View file

@ -72,7 +72,7 @@
<div class="space-y-4 grow">
<%= f.hidden_field :accountable_type %>
<%= f.text_field :name, placeholder: 'Example account name', required: 'required', label: 'Account name', autofocus: true %>
<%= f.text_field :name, placeholder: t('accounts.new.name.placeholder'), required: 'required', label: t('accounts.new.name.label'), autofocus: true %>
<%= render "accounts/#{permitted_accountable_partial(@account.accountable_type)}", f: f %>

View file

@ -8,3 +8,6 @@ en:
new:
select_accountable_type: What would you like to add?
title: Add an account
name:
label: Account name
placeholder: Example account name