Skip to content

Commit

Permalink
fix: wrong translations key in profile -> experience
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-ha committed Dec 23, 2022
1 parent 05be584 commit ae7493f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/admin/admin/src/pages/ProfilePage/index.js
Expand Up @@ -458,7 +458,7 @@ const ProfilePage = () => {
href="https://docs.strapi.io/developer-docs/latest/development/admin-customization.html#locales"
>
{formatMessage({
id: 'Settings.profile.form.section.experience.documentation',
id: 'Settings.profile.form.section.experience.here',
defaultMessage: 'here',
})}
</DocumentationLink>
Expand Down

0 comments on commit ae7493f

Please sign in to comment.