Skip to content

Commit

Permalink
fix(cc-kv-list-explorer): fix copy to clipboard button a11y name
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesoyres-cc committed Nov 28, 2024
1 parent 55735d4 commit ee692a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cc-kv-list-explorer/cc-kv-list-explorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ export class CcKvListExplorer extends LitElement {
?skeleton=${skeleton}
?disabled=${this.disabled}
@cc-button:click=${this._onCopyKeyButtonClick}
>${i18n('cc-kv-list-explorer.element.copy', { index: index + 1 })}</cc-button
>${i18n('cc-kv-list-explorer.element.copy', { index })}</cc-button
>
`;
}
Expand Down

0 comments on commit ee692a6

Please sign in to comment.