Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Sep 2, 2021
1 parent bd80a2b commit b93cd9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/plugins/lens/public/embeddable/expression_wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const SavedObjectConflictMessage = ({ json }: { json: string }) => {
<>
<FormattedMessage
id="xpack.lens.embeddable.legacyURLConflict.longMessage"
defaultMessage=" A {documentationLink} is also associated with this object."
defaultMessage="Disable the {documentationLink} associated with this object."
values={{
documentationLink: (
<EuiLink
Expand All @@ -185,7 +185,7 @@ const SavedObjectConflictMessage = ({ json }: { json: string }) => {
target="_blank"
>
{i18n.translate('xpack.lens.embeddable.legacyURLConflict.documentationLinkText', {
defaultMessage: 'legacy URL',
defaultMessage: 'legacy URL alias',
})}
</EuiLink>
),
Expand All @@ -195,7 +195,7 @@ const SavedObjectConflictMessage = ({ json }: { json: string }) => {
{expandError ? (
<EuiCallOut
title={i18n.translate('xpack.lens.embeddable.legacyURLConflict.expandErrorText', {
defaultMessage: `An object and an alias have the same URL. Disable the alias to resolve this error: {json}`,
defaultMessage: `This object has the same URL as a legacy alias. Disable the alias to resolve this error : {json}`,
values: { json },
})}
color="danger"
Expand Down

0 comments on commit b93cd9e

Please sign in to comment.