Skip to content

Commit dd2905a

Browse files
committed
Fix service catalog link and description issue
1 parent 7e0413f commit dd2905a

File tree

3 files changed

+13
-6
lines changed
  • features/apimgt/org.wso2.carbon.apimgt.publisher.feature/src/main/resources/publisher

3 files changed

+13
-6
lines changed

features/apimgt/org.wso2.carbon.apimgt.publisher.feature/src/main/resources/publisher/site/public/locales/en.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7257,6 +7257,12 @@
72577257
"value": "Service Catalog"
72587258
}
72597259
],
7260+
"Base.Header.navbar.GlobalNavBar.analytics": [
7261+
{
7262+
"type": 0,
7263+
"value": "Analytics"
7264+
}
7265+
],
72607266
"Base.Header.navbar.GlobalNavBar.api.products": [
72617267
{
72627268
"type": 0,
@@ -7808,7 +7814,7 @@
78087814
"ServiceCatalog.Listing.Onboarding.learn.heading.text": [
78097815
{
78107816
"type": 0,
7811-
"value": "Create and Deploy your first Integration Service easily using WSO2 Micro Integrator"
7817+
"value": "Create and Deploy your first Integration Service"
78127818
}
78137819
],
78147820
"ServiceCatalog.Listing.Onboarding.learn.link": [

features/apimgt/org.wso2.carbon.apimgt.publisher.feature/src/main/resources/publisher/site/public/locales/raw.en.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3456,6 +3456,9 @@
34563456
"Base.Header.navbar.GlobalNavBar.Service.Catalog": {
34573457
"defaultMessage": "Service Catalog"
34583458
},
3459+
"Base.Header.navbar.GlobalNavBar.analytics": {
3460+
"defaultMessage": "Analytics"
3461+
},
34593462
"Base.Header.navbar.GlobalNavBar.api.products": {
34603463
"defaultMessage": "API Products"
34613464
},
@@ -3721,7 +3724,7 @@
37213724
"defaultMessage": "Integration Service"
37223725
},
37233726
"ServiceCatalog.Listing.Onboarding.learn.heading.text": {
3724-
"defaultMessage": "Create and Deploy your first Integration Service easily using WSO2 Micro Integrator"
3727+
"defaultMessage": "Create and Deploy your first Integration Service"
37253728
},
37263729
"ServiceCatalog.Listing.Onboarding.learn.link": {
37273730
"defaultMessage": "Get Started"

features/apimgt/org.wso2.carbon.apimgt.publisher.feature/src/main/resources/publisher/source/src/app/components/ServiceCatalog/Listing/Onboarding.jsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ function Onboarding() {
101101
description={(
102102
<FormattedMessage
103103
id='ServiceCatalog.Listing.Onboarding.learn.heading.text'
104-
defaultMessage={'Create and Deploy your first Integration'
105-
+ ' Service easily using WSO2 Micro Integrator'}
104+
defaultMessage='Create and Deploy your first Integration Service'
106105
/>
107106
)}
108107
>
@@ -111,8 +110,7 @@ function Onboarding() {
111110
size='large'
112111
variant='outlined'
113112
color='primary'
114-
// TODO: Update below link when /next doc is available
115-
href='https://apim.docs.wso2.com/en/latest/'
113+
href='https://apim.docs.wso2.com/en/4.0.0/design/create-api/create-an-api-using-a-service/'
116114
endIcon={<LaunchIcon style={{ fontSize: 15 }} />}
117115
>
118116
<FormattedMessage

0 commit comments

Comments
 (0)