From 22bdb64fa9603ef5e59177a500a69e1676246dbb Mon Sep 17 00:00:00 2001 From: Jobayer Ahmed Date: Mon, 8 May 2023 10:42:27 +0600 Subject: [PATCH] Added the experience section on the leftSidebar. --- client/public/locales/bn/builder.json | 7 +++++++ client/public/locales/en/builder.json | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/client/public/locales/bn/builder.json b/client/public/locales/bn/builder.json index d70a6f6d..cd8b4dc2 100644 --- a/client/public/locales/bn/builder.json +++ b/client/public/locales/bn/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "কোম্পানির নাম" + } + } + }, "location": { "address": { "label": "ঠিকানা" diff --git a/client/public/locales/en/builder.json b/client/public/locales/en/builder.json index f83d415e..42f49259 100644 --- a/client/public/locales/en/builder.json +++ b/client/public/locales/en/builder.json @@ -175,6 +175,13 @@ } } }, + "experience": { + "form": { + "name": { + "label": "Company Name" + } + } + }, "location": { "address": { "label": "Address"