diff --git a/portals/admin/src/main/webapp/site/public/locales/en.json b/portals/admin/src/main/webapp/site/public/locales/en.json
index e9df15ceeef..e9bde4cd1a7 100644
--- a/portals/admin/src/main/webapp/site/public/locales/en.json
+++ b/portals/admin/src/main/webapp/site/public/locales/en.json
@@ -97,7 +97,7 @@
"Apis.Listing.Listing.apis.searching": "Searching",
"Apis.Listing.Listing.clear.search": "Clear Search",
"Apis.Listing.Listing.empty.message": "No Data to Display",
- "Apis.Listing.Listing.search.placeholder": "API Name",
+ "Apis.Listing.Listing.search.placeholder": "Api Name",
"Apis.Listing.apiTableHead.name": "Name",
"Apis.Listing.apiTableHead.provider": "Provider",
"Apis.Listing.apiTableHead.version": "Version",
@@ -125,7 +125,7 @@
"Base.Errors.ResourceNotFound.more.links": "You may check the links below",
"Base.Errors.ResourceNotfound.default_body": "The page you are looking for is not available",
"Base.Errors.ResourceNotfound.default_tittle": "Page Not Found",
- "Base.Footer.Footer.product_details": "WSO2 API-M v4.2.0 | © 2023 WSO2 LLC",
+ "Base.Footer.Footer.product_details": "WSO2 API-M v4.3.0 | © 2024 WSO2 LLC",
"Base.Header.avatar.Avatar.logout": "Logout",
"Base.RouteMenuMapping.advanced": "Advanced",
"Base.RouteMenuMapping.advanced.throttling.policies": "Advanced Policies",
diff --git a/portals/admin/src/main/webapp/source/src/app/components/Base/index.jsx b/portals/admin/src/main/webapp/source/src/app/components/Base/index.jsx
index b61edbdb2d4..563fc56afc7 100644
--- a/portals/admin/src/main/webapp/source/src/app/components/Base/index.jsx
+++ b/portals/admin/src/main/webapp/source/src/app/components/Base/index.jsx
@@ -33,7 +33,7 @@ function Copyright() {
);
diff --git a/portals/devportal/src/main/webapp/site/public/locales/en.json b/portals/devportal/src/main/webapp/site/public/locales/en.json
index b3f8ae2829f..8635a0d9717 100644
--- a/portals/devportal/src/main/webapp/site/public/locales/en.json
+++ b/portals/devportal/src/main/webapp/site/public/locales/en.json
@@ -337,7 +337,7 @@
"Applications.Details.SubscriptionTableData.update.business.plan": "Current Business Plan : ",
"Applications.Details.SubscriptionTableData.update.business.plan.name": "Business Plan",
"Applications.Details.SubscriptionTableData.update.subscription": "Update Subscription",
- "Applications.Details.SubscriptionTableData.update.throttling.policy.blocked": "Subscription is in BLOCKED state. You need to unblock the subscription inorder to edit the tier",
+ "Applications.Details.SubscriptionTableData.update.throttling.policy.blocked": "Subscription is in BLOCKED state. You need to unblock the subscription in order to edit the tier",
"Applications.Details.SubscriptionTableData.update.throttling.policy.helper": "Assign a new Business plan to the existing subscription",
"Applications.Details.SubscriptionTableData.update.throttling.policy.onHold": "Subscription is currently ON_HOLD state. You need to get approval to the subscription before editing the tier",
"Applications.Details.SubscriptionTableData.update.throttling.policy.rejected": "Subscription is currently REJECTED state. You need to get approval to the subscription before editing the tier",
@@ -440,7 +440,7 @@
"Base.Header.headersearch.SearchUtils.lcState.prototyped": "Prototyped",
"Base.Header.headersearch.SearchUtils.lcState.published": "Production",
"Base.index.banner.alt": "Dev Portal Banner",
- "Base.index.copyright.text": "WSO2 API-M v4.2.0 | © 2023 WSO2 LLC",
+ "Base.index.copyright.text": "WSO2 API-M v4.3.0 | © 2024 WSO2 LLC",
"Base.index.go.to.public.store": "Switch Dev Portals",
"Base.index.logo.alt": "Dev Portal",
"Base.index.logout": "Logout",
diff --git a/portals/devportal/src/main/webapp/source/src/app/components/Base/index.jsx b/portals/devportal/src/main/webapp/source/src/app/components/Base/index.jsx
index 6dc6160cb84..ee5d254f551 100755
--- a/portals/devportal/src/main/webapp/source/src/app/components/Base/index.jsx
+++ b/portals/devportal/src/main/webapp/source/src/app/components/Base/index.jsx
@@ -639,7 +639,7 @@ class Layout extends React.Component {
{footerText && footerText !== '' ? {footerText} : (
)}
diff --git a/portals/publisher/src/main/webapp/site/public/locales/en.json b/portals/publisher/src/main/webapp/site/public/locales/en.json
index f97fe3688a5..e0d796164ef 100644
--- a/portals/publisher/src/main/webapp/site/public/locales/en.json
+++ b/portals/publisher/src/main/webapp/site/public/locales/en.json
@@ -8586,7 +8586,7 @@
"Base.Footer.Footer.product_details": [
{
"type": 0,
- "value": "WSO2 API-M v4.2.0 | © 2023 WSO2 LLC"
+ "value": "WSO2 API-M v4.3.0 | © 2024 WSO2 LLC"
}
],
"Base.Header.avatar.Avatar.logout": [
diff --git a/portals/publisher/src/main/webapp/site/public/locales/raw.en.json b/portals/publisher/src/main/webapp/site/public/locales/raw.en.json
index 28e29b4b919..f72ee6a4b45 100644
--- a/portals/publisher/src/main/webapp/site/public/locales/raw.en.json
+++ b/portals/publisher/src/main/webapp/site/public/locales/raw.en.json
@@ -4102,7 +4102,7 @@
"defaultMessage": "Page Not Found"
},
"Base.Footer.Footer.product_details": {
- "defaultMessage": "WSO2 API-M v4.2.0 | © 2023 WSO2 LLC"
+ "defaultMessage": "WSO2 API-M v4.3.0 | © 2024 WSO2 LLC"
},
"Base.Header.avatar.Avatar.logout": {
"defaultMessage": "Logout"
diff --git a/portals/publisher/src/main/webapp/source/src/app/components/Base/Footer/Footer.jsx b/portals/publisher/src/main/webapp/source/src/app/components/Base/Footer/Footer.jsx
index d85171ccb3d..45dc33a3051 100644
--- a/portals/publisher/src/main/webapp/source/src/app/components/Base/Footer/Footer.jsx
+++ b/portals/publisher/src/main/webapp/source/src/app/components/Base/Footer/Footer.jsx
@@ -54,7 +54,7 @@ function Footer() {
)}
diff --git a/tests/cypress/integration/e2e/externalDevPortals/00-enable-external-dev.js b/tests/cypress/integration/e2e/externalDevPortals/00-enable-external-dev.js
index 9b28f155eac..090a9baa678 100644
--- a/tests/cypress/integration/e2e/externalDevPortals/00-enable-external-dev.js
+++ b/tests/cypress/integration/e2e/externalDevPortals/00-enable-external-dev.js
@@ -41,7 +41,7 @@ describe("Enable External Dev Portal", () => {
it.only("Configure Sample API for External Dev Portal" , () => {
cy.loginToPublisher(testUsers.carbonAdmin.username, testUsers.carbonAdmin.password);
cy.visit(`/publisher/apis`);
- cy.contains('WSO2 API-M v4.2.0');
+ cy.contains('WSO2 API-M v4.3.0');
cy.wait(5000);
cy.get("body").then($body => {
if ($body.find("#itest-apis-welcome-msg").length > 0) {
diff --git a/tests/cypress/integration/publisher/000-general/00-deploy-sample-api.spec.js b/tests/cypress/integration/publisher/000-general/00-deploy-sample-api.spec.js
index efdfb50acb0..536154e81e3 100644
--- a/tests/cypress/integration/publisher/000-general/00-deploy-sample-api.spec.js
+++ b/tests/cypress/integration/publisher/000-general/00-deploy-sample-api.spec.js
@@ -32,7 +32,7 @@ describe("Deploy sample api", () => {
},
}, () => {
cy.visit(`/publisher/apis`);
- cy.contains('WSO2 API-M v4.2.0');
+ cy.contains('WSO2 API-M v4.3.0');
cy.wait(5000);
cy.get("body").then($body => {
if ($body.find("#itest-apis-welcome-msg").length > 0) {
diff --git a/tests/cypress/support/commands.js b/tests/cypress/support/commands.js
index 3ad92fefe10..2950008bfc9 100644
--- a/tests/cypress/support/commands.js
+++ b/tests/cypress/support/commands.js
@@ -654,7 +654,7 @@ Cypress.Commands.add('publishSolaceApi', (apiName = null) => {
cy.visit(`${Utils.getAppOrigin()}/publisher/apis`);
- cy.contains('WSO2 API-M v4.2.0');
+ cy.contains('WSO2 API-M v4.3.0');
cy.wait(5000);
cy.get("body").then($body => {
if ($body.find("#itest-apis-welcome-msg").length > 0) {