@salesforcedevs/docs-components 1.17.12-search-alpha → 1.17.12-search-alpha1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -160,9 +160,9 @@ export default class AmfReference extends LightningElement {
|
|
|
160
160
|
|
|
161
161
|
private get emptyStateMessage(): string {
|
|
162
162
|
return JSON.stringify([
|
|
163
|
+
"Select a relevant API specification",
|
|
163
164
|
"Please consider misspellings",
|
|
164
|
-
"Try different search keywords"
|
|
165
|
-
"Select a relevant API specification"
|
|
165
|
+
"Try different search keywords"
|
|
166
166
|
]);
|
|
167
167
|
}
|
|
168
168
|
|