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:
parent
e79ff94f6c
commit
a86b4264c4
2 changed files with 4 additions and 1 deletions
|
@ -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 %>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue