-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Uptime] Translate bare strings #75918
[Uptime] Translate bare strings #75918
Conversation
Pinging @elastic/uptime (Team:uptime) |
const err = new Error( | ||
i18n.translate('xpack.uptime.settings.errorMessage', { | ||
defaultMessage: 'Cannot fetch effect without a payload', | ||
}) | ||
); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure this needs translation :)
This is developer facing error.
💚 Build SucceededBuild metricsasync chunks size
History
To update your PR or re-run it, just comment with: |
* Translate a bare string. * Remove unneeded translation.
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Summary
There are some strings in one of our client sagas that are not translated. This patch translates them.
Checklist
Delete any items that are not applicable to this PR.
For maintainers