mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
Translations
This commit is contained in:
@@ -90,16 +90,16 @@ export const integrationFieldDefinitions: {
|
||||
apiKey: {
|
||||
type: 'private',
|
||||
icon: IconKey,
|
||||
label: 'API Key',
|
||||
label: 'common:secrets.apiKey',
|
||||
},
|
||||
username: {
|
||||
type: 'public',
|
||||
icon: IconUser,
|
||||
label: 'Username',
|
||||
label: 'common:secrets.username',
|
||||
},
|
||||
password: {
|
||||
type: 'private',
|
||||
icon: IconPassword,
|
||||
label: 'Password',
|
||||
label: 'common:secrets.password',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user