Skip to content

Commit bee47a2

Browse files
committed
Add latest changes with review fixes
1 parent e0ba14c commit bee47a2

File tree

3 files changed

+5
-14
lines changed
  • features/apimgt/org.wso2.carbon.apimgt.publisher.feature/src/main/resources/publisher/site/public

3 files changed

+5
-14
lines changed

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

+2-8
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@
10661066
"Apis.Details.APIDefinition.DefinitionOutdated.new.api.definition.error": [
10671067
{
10681068
"type": 0,
1069-
"value": "Something went wrong while getting the new API definition."
1069+
"value": "Something went wrong while retrieving new API definition."
10701070
}
10711071
],
10721072
"Apis.Details.APIDefinition.DefinitionOutdated.outdated.definition": [
@@ -1075,12 +1075,6 @@
10751075
"value": "Outdated Definition"
10761076
}
10771077
],
1078-
"Apis.Details.APIDefinition.DefinitionOutdated.outdated.definition.error": [
1079-
{
1080-
"type": 0,
1081-
"value": "Something went wrong while getting the outdated API definition."
1082-
}
1083-
],
10841078
"Apis.Details.APIDefinition.DefinitionOutdated.outdated.definition.heading": [
10851079
{
10861080
"type": 0,
@@ -1090,7 +1084,7 @@
10901084
"Apis.Details.APIDefinition.DefinitionOutdated.service.retrieve.error": [
10911085
{
10921086
"type": 0,
1093-
"value": "Something went wrong while retrieving service information"
1087+
"value": "Something went wrong while rendering diff for API Definition"
10941088
}
10951089
],
10961090
"Apis.Details.APIDefinition.ImportDefinition.WSDL.updated.successfully": [

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

+2-5
Original file line numberDiff line numberDiff line change
@@ -439,19 +439,16 @@
439439
"defaultMessage": "Re-imported API definition successfully!"
440440
},
441441
"Apis.Details.APIDefinition.DefinitionOutdated.new.api.definition.error": {
442-
"defaultMessage": "Something went wrong while getting the new API definition."
442+
"defaultMessage": "Something went wrong while retrieving new API definition."
443443
},
444444
"Apis.Details.APIDefinition.DefinitionOutdated.outdated.definition": {
445445
"defaultMessage": "Outdated Definition"
446446
},
447-
"Apis.Details.APIDefinition.DefinitionOutdated.outdated.definition.error": {
448-
"defaultMessage": "Something went wrong while getting the outdated API definition."
449-
},
450447
"Apis.Details.APIDefinition.DefinitionOutdated.outdated.definition.heading": {
451448
"defaultMessage": "Outdated Definition"
452449
},
453450
"Apis.Details.APIDefinition.DefinitionOutdated.service.retrieve.error": {
454-
"defaultMessage": "Something went wrong while retrieving service information"
451+
"defaultMessage": "Something went wrong while rendering diff for API Definition"
455452
},
456453
"Apis.Details.APIDefinition.ImportDefinition.WSDL.updated.successfully": {
457454
"defaultMessage": "WSDL Updated Successfully"

features/apimgt/org.wso2.carbon.apimgt.publisher.feature/src/main/resources/publisher/site/public/pages/index.jag

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<script src="<%= app.context %>/site/public/conf/userThemes.js"></script>
4848
<script src="<%= app.context %>/site/public/conf/portalSettings.js"></script>
4949
<script src="<%= app.context %>/services/settings/settings.js"></script>
50-
<script src="<%= app.context %>/site/public/dist/index.ede38d8a8e701189ca01.bundle.js"></script>
50+
<script src="<%= app.context %>/site/public/dist/index.4529477b8fa2199fdd67.bundle.js"></script>
5151
<!-- Swagger worker has being removed until we resolve
5252
* https://github.com/wso2/product-apim/issues/10694 issue, need to change webpack config too -->
5353
<!--script src="<%= app.context %>/"></script-->

0 commit comments

Comments
 (0)