Fixed bug with job profile approval locale string tag.

This commit is contained in:
Nick Winter 2014-04-14 15:32:57 -07:00
parent 1354bc3d59
commit 954afad3f0

View file

@ -13,7 +13,7 @@ block content
button.btn.edit-settings-button#toggle-job-profile-approved
i.icon-cog
span(data-i18n='account_profile.approved').approved Approved
span(data-i18n='account_profile.approved').not-approved Not Approved
span(data-i18n='account_profile.not_approved').not-approved Not Approved
if user.get('jobProfile')
- var profile = user.get('jobProfile');