Revert "test ci extract lint"

This reverts commit 4779700a06.
This commit is contained in:
Caleb Roseland 2023-04-17 11:12:40 -05:00 committed by yasserfaraazkhan
parent a24fd99149
commit 25b9c0e3f0
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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,