config/locales/en/teams.en.yml in bullet_train-1.1.3 vs config/locales/en/teams.en.yml in bullet_train-1.1.4
- old
+ new
@@ -58,12 +58,15 @@
_: &locale Language
label: "Primary Language"
heading: *locale
# 🚅 super scaffolding will insert new fields above this line.
created_at:
- _: &created_at Created
+ _: &created_at Signed Up At
heading: *created_at
+ updated_at:
+ _: &updated_at Updated At
+ heading: *updated_at
_: &self
name:
label: Your Team Name
self:
<<: [*self, *fields]
@@ -82,5 +85,6 @@
name: *name
time_zone: *time_zone
locale: *locale
# 🚅 super scaffolding will insert new activerecord attributes above this line.
created_at: *created_at
+ updated_at: *updated_at