Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
katrin-freihofner committed Jun 22, 2021
1 parent 2808f68 commit 7b958ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { useKibana } from '../../../../../../../src/plugins/kibana_react/public'
import { CLIENT_ALERT_TYPES } from '../../../../common/constants/alerts';
import { ToggleFlyoutTranslations } from './translations';
import { ToggleAlertFlyoutButtonProps } from './alerts_containers';
import { i18n } from '@kbn/i18n';

interface ComponentProps {
setAlertFlyoutVisible: (value: boolean | string) => void;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export const ToggleFlyoutTranslations = {
navigateToAlertingButtonContent: i18n.translate('xpack.uptime.navigateToAlertingButton.content', {
defaultMessage: 'Manage rules',
}),
toggleAlertFlyoutButtonLabel: i18n.translate('xpack.uptime.alerts.createRulesPanel.title', {
toggleAlertFlyoutButtonLabel: i18n.translate('xpack.uptime.alerts.createRulesPanel.title', {
defaultMessage: 'Create rules',
}),
};

0 comments on commit 7b958ad

Please sign in to comment.