From 4e488f534c90066713ea71f0d91e1c5f4db6ff8c Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Mon, 10 Jul 2023 17:54:31 +0200 Subject: [PATCH] change(ui): text casing --- frontend/app/components/Client/ProfileSettings/TenantKey.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Client/ProfileSettings/TenantKey.js b/frontend/app/components/Client/ProfileSettings/TenantKey.js index d71b4bb7f..62bf48ba0 100644 --- a/frontend/app/components/Client/ProfileSettings/TenantKey.js +++ b/frontend/app/components/Client/ProfileSettings/TenantKey.js @@ -40,7 +40,7 @@ export default class TenantKey extends React.PureComponent { role="button" onClick={ this.copyHandler } > - { copied ? 'copied' : 'copy' } + { copied ? 'Copied' : 'Copy' } } />