We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b592a commit d53d40eCopy full SHA for d53d40e
daikoku/javascript/src/components/adminbackoffice/teams/TeamList.tsx
@@ -81,13 +81,13 @@ export const TeamList = () => {
81
authorizedOtoroshiEntities: {
82
type: type.object,
83
array: true,
84
- label: translate('authorizedOtoroshiEntities'),
+ label: translate('Authorized entities'),
85
format: format.form,
86
schema: {
87
otoroshiSettingsId: {
88
type: type.string,
89
format: format.select,
90
- label: translate('Otoroshi instances'),
+ label: translate('Otoroshi instance'),
91
optionsFrom: () => Promise.resolve(_otoroshis),
92
transformer: (s: IOtoroshiSettings) => ({
93
label: s.url,
0 commit comments