fix: ✏️ Typo in tooltip

This commit is contained in:
ThatOneCalculator 2022-03-21 18:14:57 -07:00
parent eaddc25def
commit 7c5db6ab7c
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ tippy("#new-button", {
})
tippy("#copy-button", {
content: "Save paste<br><span class='keybind'>Ctrl + D</span>",
content: "Duplicate paste<br><span class='keybind'>Ctrl + D</span>",
animation: "scale",
theme: "rosepine",
allowHTML: true,