mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-07 22:45:20 +02:00
* Fix: make date format year consistent overall * chore: Consolidating all date formatting options * adding disabled condition back to mint import * chore: Moving formats from helper to models/family.rd * Adding date_format_label to the en translation for import/configurations * nit: making changes to use individual translations
This commit is contained in:
parent
b02380ac97
commit
f57fa526af
8 changed files with 23 additions and 21 deletions
|
@ -72,7 +72,7 @@
|
|||
{ data: { action: "onboarding#setCurrency" } } %>
|
||||
|
||||
<%= family_form.select :date_format,
|
||||
date_format_options,
|
||||
Family::DATE_FORMATS,
|
||||
{ label: t(".date_format"), required: true, selected: params[:date_format] || @user.family.date_format },
|
||||
{ data: { action: "onboarding#setDateFormat" } } %>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue