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.