For some reason there is "Ok" button in the input field window with keyboard, instead of something like "Submit".
  1. This is an
    issue
    at least for
    Russian
    , because there's no direct word for "Ok" in Russian, closest ones can be "Understood", "Got it", "Accept" or similar. Which makes current
    translation
    for the button
    incorrect
    .
  2. This is
    bad UX
    , because "Ok" is a response for information
    you got and accepting
    . But this is input field where user have to type
    own text
    , so the button should be
    "Submit"
    or something.
This needs to be either changed to
"Submit"
or split into separate "Ok" string especially for committing information, not accepting.
Funny thing, the tooltip is already correct and says "Submit input"