mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
parent
a24fd99149
commit
25b9c0e3f0
@ -42,7 +42,7 @@ const AddContentMenuItem = (props: Props): JSX.Element => {
|
||||
newBlock.boardId = card.boardId
|
||||
|
||||
const typeName = handler.getDisplayText(intl)
|
||||
const description = intl.formatMessage({id: 'ContentBlock.addElement', defaultMessage: 'add {type} __ci-test__'}, {type: typeName})
|
||||
const description = intl.formatMessage({id: 'ContentBlock.addElement', defaultMessage: 'add {type}'}, {type: typeName})
|
||||
|
||||
const afterRedo = async (nb: Block) => {
|
||||
const contentOrder = card.fields.contentOrder.slice()
|
||||
|
@ -213,7 +213,7 @@ export default class Plugin {
|
||||
const siteStats = await fetchSiteStats();
|
||||
return {
|
||||
playbook_count: {
|
||||
name: <FormattedMessage defaultMessage={'Total Playbooks__ci-test__'}/>,
|
||||
name: <FormattedMessage defaultMessage={'Total Playbooks'}/>,
|
||||
id: 'total_playbooks',
|
||||
icon: 'fa-book', // font-awesome-4.7.0 handler
|
||||
value: siteStats?.total_playbooks,
|
||||
|
Loading…
Reference in New Issue
Block a user