@gracewashere
Latest commit b0c6d31 Feb 29, 2016 History
Problem:

At the moment, developers can customize a field's label on form pages
with the following translation structure:

```
en:
  helpers:
    label:
      customer:
        name: Full Name
```

Many developers expect this label change to take effect
on the `show` and `index` pages, as well as the form page.

Solution:

Translate attribute labels with I18n before displaying them
on `show` and `index` pages.
2 contributors

Users who have contributed to this file

@gracewashere @5minpause