diff options
author | Brendan Deere <brendan@stembolt.com> | 2016-10-20 14:37:21 -0700 |
---|---|---|
committer | Brendan Deere <brendan@stembolt.com> | 2016-10-20 14:50:43 -0700 |
commit | a6657be6f0cf5afaa72641dc7bfbe8b947e8ecc1 (patch) | |
tree | 0122ee205052f08fabe3cd85a8852e25ccb65e37 /config | |
parent | c548fd1f3716e0a0402cdad15ad0e355218bd2e2 (diff) |
Render inverval_units as radio buttons
Its a better UI to show the user all of their options if there is space
for it
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 94a70d2..f818a68 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -27,6 +27,11 @@ en: activerecord: attributes: + solidus_subscriptions/line_item/interval_units: + day: Days + week: Weeks + month: Months + year: Years solidus_subscriptions/subscription/processing_state: pending: new success: success |