From c1bd2a1583941bce3e615f1c95f6598acc18b928 Mon Sep 17 00:00:00 2001 From: Jenni Nurmi Date: Mon, 25 Nov 2019 17:02:34 +0200 Subject: [PATCH] Add missing translation key and fix one text --- src/translations/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index af161cb58..ed067d203 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -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", @@ -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"