Skip to content

Commit eeeb519

Browse files
author
amazon-meaisiah
committed
Update text explaining API non-subscribability
1 parent 4069b1c commit eeeb519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-portal/src/components/SwaggerUiLayout.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const SubscriptionButtons = observer(class SubscriptionButtons extends React.Com
7878
) : (
7979
<Button onClick={() => subscribe(api.usagePlan.id)}>Subscribe</Button>
8080
)
81-
) : <Header as='h4' color='grey'>This API is not configured for subscription from the portal.</Header> : null
81+
) : <Header as='h4' color='grey'>This version of the API is not configured to be subscribable from the portal. Please contact the Admin for more details.</Header> : null
8282
)
8383
}
8484
})

0 commit comments

Comments
 (0)