Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit 09a7494

Browse files
author
meismann-as
authored
Update content_script.js
1 parent 85d9a85 commit 09a7494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content_script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async function addButton() {
2727

2828
const addButton = document.createElement("span");
2929
addButton.classList.add("button-link", "add-button-link");
30-
addButton.innerText = "Toggl Task hinzufügen";
30+
addButton.innerText = "Toggl-Task hinzufügen";
3131
buttonList.append(addButton);
3232

3333
trackButton.addEventListener("click", async () => {

0 commit comments

Comments
 (0)