mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
chore: uppercase Connector
This commit is contained in:
@@ -140,7 +140,7 @@ export default function App() {
|
||||
{
|
||||
key: 'connectors',
|
||||
icon: <ApiOutlined/>,
|
||||
label: t`My connectors`,
|
||||
label: t`My Connectors`,
|
||||
disabled: !isAuthenticated,
|
||||
onClick: () => navigate('/tracking/connectors')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user