We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73712fe + 82a8641 commit ee8f9b1Copy full SHA for ee8f9b1
src/components/schema-table.js
@@ -83,7 +83,7 @@ export default class SchemaTable extends LitElement {
83
<div class='toolbar'>
84
<div style="flex:1"></div>
85
<div class='toolbar-item' @click='${() => { this.schemaDescriptionExpanded = (this.schemaDescriptionExpanded === 'true' ? 'false' : 'true'); }}'>
86
- ${this.schemaDescriptionExpanded === 'true' ? 'Collapse Details' : 'Expand Details'}
+ ${this.schemaDescriptionExpanded === 'true' ? 'Single line description' : 'Multiline description'}
87
</div>
88
89
0 commit comments