|
@@ -109,7 +109,7 @@ export const AuthForm = (props: any) => {
|
|
|
return [
|
|
|
...noAuthConfigs,
|
|
|
{
|
|
|
- label: `${attuTrans.username} ${attuTrans.optional}`,
|
|
|
+ label: `Milvus ${attuTrans.username} ${attuTrans.optional}`,
|
|
|
key: 'username',
|
|
|
onChange: (value: string) => handleInputChange('username', value),
|
|
|
variant: 'filled',
|
|
@@ -120,7 +120,7 @@ export const AuthForm = (props: any) => {
|
|
|
defaultValue: form.username,
|
|
|
},
|
|
|
{
|
|
|
- label: `${attuTrans.password} ${attuTrans.optional}`,
|
|
|
+ label: `Milvus ${attuTrans.password} ${attuTrans.optional}`,
|
|
|
key: 'password',
|
|
|
onChange: (value: string) => handleInputChange('password', value),
|
|
|
variant: 'filled',
|