When adding tests in Kibana to ensure we keep our i18n labels in sync with this project (elastic/kibana#99613), I noticed that the label euiTourStep.closeTour is translated differently in Kibana: instead of "Close" as defined in this repo, it claims "Close tour".
- "Close" seems consistent across the UI for any pop-up/overlay
- However, all the other "tour" labels include the word "tour": "End tour" & "Skip tour", so "Close tour" would be consistent with their siblings in this context.
What do you think it's the best translation here?
When adding tests in Kibana to ensure we keep our i18n labels in sync with this project (elastic/kibana#99613), I noticed that the label
euiTourStep.closeTouris translated differently in Kibana: instead of"Close"as defined in this repo, it claims"Close tour".What do you think it's the best translation here?