change(ui): text casing
This commit is contained in:
parent
4012f7d054
commit
4e488f534c
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ export default class TenantKey extends React.PureComponent {
|
|||
role="button"
|
||||
onClick={ this.copyHandler }
|
||||
>
|
||||
{ copied ? 'copied' : 'copy' }
|
||||
{ copied ? 'Copied' : 'Copy' }
|
||||
</Button>
|
||||
}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue