diff --git a/pinry-spa/src/assets/locales/en.json b/pinry-spa/src/assets/locales/en.json index 48510a8..7d805d3 100644 --- a/pinry-spa/src/assets/locales/en.json +++ b/pinry-spa/src/assets/locales/en.json @@ -64,5 +64,16 @@ "pinCreateModalImageURLPlaceholder": "where to fetch the image", "pinCreateModalImageSourcePlaceholder": "where to find the pin", "pinCreateModalImageTagsPlaceholder": "Add a tag", - "pinCreateModalImageDescriptionPlaceholder": "idea from this pin" + "pinCreateModalImageDescriptionPlaceholder": "idea from this pin", + "emailLabel": "Email", + "usernameLabel": "Username", + "passwordLabel": "Password", + "repeatPasswordLabel": "Password repeat", + "nameLabel": "name", + "privacyOptionLabel": "Privacy Option", + "imageUrlLabel": "Image URL", + "imageSourceLabel": "Image Source", + "tagsLabel": "Tags", + "descriptionLabel": "Descripton", + "selectBoardLabel": "Select Board" } \ No newline at end of file diff --git a/pinry-spa/src/components/BoardEdit.vue b/pinry-spa/src/components/BoardEdit.vue index fed8b7e..daf8145 100644 --- a/pinry-spa/src/components/BoardEdit.vue +++ b/pinry-spa/src/components/BoardEdit.vue @@ -7,7 +7,7 @@