mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
fixed i18n
This commit is contained in:
@@ -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.',
|
||||
},
|
||||
}),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user