Skip to content

Commit 82a8641

Browse files
author
Chieh Cheng
authored
Change expand/collapse text to singleline/multiline in schema table
1 parent 73712fe commit 82a8641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/schema-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default class SchemaTable extends LitElement {
8383
<div class='toolbar'>
8484
<div style="flex:1"></div>
8585
<div class='toolbar-item' @click='${() => { this.schemaDescriptionExpanded = (this.schemaDescriptionExpanded === 'true' ? 'false' : 'true'); }}'>
86-
${this.schemaDescriptionExpanded === 'true' ? 'Collapse Details' : 'Expand Details'}
86+
${this.schemaDescriptionExpanded === 'true' ? 'Single line description' : 'Multiline description'}
8787
</div>
8888
</div>
8989

0 commit comments

Comments
 (0)