Skip to content

Typo in tooltip text of launchers #722

@rhugonnet

Description

@rhugonnet

Hi all,

First, thanks for the amazing work on this theme! 🙂

Just noticed a very minor issue while hovering over the Binder launcher, there is a space missing in the tooltip, it shows as: Launch onBinder

Looks like this needs to be corrected for all launcher types:

"tooltip": translation("Launch on") + "Binder",

"tooltip": translation("Launch on") + "JupyterHub",

"tooltip": translation("Launch on") + "Colab",

"tooltip": translation("Launch on") + "Deepnote",

Or maybe I don't fully get the behaviour of sphinx.locale.get_translation?
Happy to open a PR if that saves time.

On another topic: Any update/plan to work on #282? I'm also very interested in that feature, could potentially contribute if nothing is ongoing already.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions