Skip to content

Commit 6257b45

Browse files
committed
Updating 'Add new' wording
1 parent 136eda1 commit 6257b45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_form.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ describe('action_form', () => {
361361
`);
362362
});
363363

364-
it('does not render "Add new" button for preconfigured only action type', async () => {
364+
it('does not render "Add new connector" button for preconfigured only action type', async () => {
365365
await setup();
366366
const actionOption = wrapper.find('[data-test-subj="preconfigured-ActionTypeSelectOption"]');
367367
actionOption.first().simulate('click');

x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ export const ActionForm = ({
267267
}}
268268
>
269269
<FormattedMessage
270-
defaultMessage="Add new"
270+
defaultMessage="Add new connector"
271271
id="xpack.triggersActionsUI.sections.alertForm.addNewConnectorEmptyButton"
272272
/>
273273
</EuiButtonEmpty>

0 commit comments

Comments
 (0)