We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996fa65 commit c98de28Copy full SHA for c98de28
1 file changed
src/sphinx_book_theme/header_buttons/source.py
@@ -41,7 +41,7 @@ def add_source_buttons(app, pagename, templatename, context, doctree):
41
"type": "link",
42
"url": repo_url,
43
"tooltip": translation("Source repository"),
44
- "text": "Repository",
+ "text": translation("Repository"),
45
"icon": f"fab fa-{provider.lower()}",
46
"label": "source-repository-button",
47
}
0 commit comments