mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
fixed i18n
This commit is contained in:
parent
c40502808a
commit
3108866bc1
1 changed files with 10 additions and 0 deletions
|
|
@ -615,4 +615,14 @@ export const permissionRolesStrings: Record<string, Record<string, MessageDescri
|
|||
defaultMessage: 'Rename custom groups.',
|
||||
},
|
||||
}),
|
||||
manage_outgoing_oauth_connections: defineMessages({
|
||||
name: {
|
||||
id: 'admin.permissions.permission.manage_outgoing_oauth_connections.name',
|
||||
defaultMessage: 'Manage Outgoing OAuth Credentials',
|
||||
},
|
||||
description: {
|
||||
id: 'admin.permissions.permission.manage_outgoing_oauth_credentials.description',
|
||||
defaultMessage: 'Create, edit, and delete outgoing OAuth credentials.',
|
||||
},
|
||||
}),
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue