Skip to content

Commit

Permalink
Merge pull request #62 from sharetribe/add-missing-translations
Browse files Browse the repository at this point in the history
Add missing translations
  • Loading branch information
OtterleyW authored Nov 25, 2019
2 parents 02663af + b6f3c2b commit c3ee14f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ https://github.com/sharetribe/flex-template-web/

## Upcoming version 2019-XX-XX

- [fix] Add missing translation key EditListingDescriptionPanel.createListingTitle and change link
name in UserNav. [#62](https://github.com/sharetribe/ftw-hourly/pull/62)

## [v5.0.1] 2019-11-22

- [fix] Fix proptype validation error for initialized date object for FieldDateInput
Expand Down
3 changes: 2 additions & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@
"EditListingDescriptionForm.titlePlaceholder": "What's your name?",
"EditListingDescriptionForm.titleRequired": "You need to add a name.",
"EditListingDescriptionForm.updateFailed": "Failed to update. Please try again.",
"EditListingDescriptionPanel.createListingTitle": "Create teacher profile",
"EditListingDescriptionPanel.listingTitle": "your teacher profile",
"EditListingDescriptionPanel.title": "Edit {listingTitle}",
"EditListingFeaturesForm.showListingFailed": "Fetching teacher profile data failed",
Expand Down Expand Up @@ -1006,7 +1007,7 @@
"UserCard.viewProfileLink": "View user profile",
"UserDisplayName.banned": "Banned user",
"UserDisplayName.deleted": "Deleted user",
"UserNav.newListing": "Add new listing",
"UserNav.newListing": "Create teacher profile",
"UserNav.editListing": "Edit teacher profile",
"UserNav.profileSettingsPage": "Edit user profile",
"UserNav.contactDetailsPage": "Account settings"
Expand Down

0 comments on commit c3ee14f

Please sign in to comment.