mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 19:44:09 +00:00
i18n additions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user