Skip to content

Commit

Permalink
Remove unneeded articles from button text (elastic#96045) (elastic#96108
Browse files Browse the repository at this point in the history
)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
jrodewig and kibanamachine authored Apr 2, 2021
1 parent b47ab19 commit 32337bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const ComponentTable: FunctionComponent<Props> = ({
{...reactRouterNavigate(history, '/create_component_template')}
>
{i18n.translate('xpack.idxMgmt.componentTemplatesList.table.createButtonLabel', {
defaultMessage: 'Create a component template',
defaultMessage: 'Create component template',
})}
</EuiButton>,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const PipelineTable: FunctionComponent<Props> = ({
{...reactRouterNavigate(history, '/create')}
>
{i18n.translate('xpack.ingestPipelines.list.table.createPipelineButtonLabel', {
defaultMessage: 'Create a pipeline',
defaultMessage: 'Create pipeline',
})}
</EuiButton>,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export const PolicyTable: React.FunctionComponent<Props> = ({
>
<FormattedMessage
id="xpack.snapshotRestore.policyList.table.addPolicyButton"
defaultMessage="Create a policy"
defaultMessage="Create policy"
/>
</EuiButton>,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export const RepositoryTable: React.FunctionComponent<Props> = ({
>
<FormattedMessage
id="xpack.snapshotRestore.repositoryList.addRepositoryButtonLabel"
defaultMessage="Register a repository"
defaultMessage="Register repository"
/>
</EuiButton>,
],
Expand Down

0 comments on commit 32337bf

Please sign in to comment.