Translations

This commit is contained in:
ajnart
2022-12-20 11:34:07 +09:00
parent a5d31dd3ec
commit 2cc04957f3
29 changed files with 272 additions and 342 deletions

View File

@@ -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',
},
};