mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Fixed bug with job profile approval locale string tag.
This commit is contained in:
parent
1354bc3d59
commit
954afad3f0
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue