Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/javascript/pages/WakatimeSetup/Index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
let heartbeatTimeAgo = $state("");
let checkCount = $state(0);
let statusMessage = $state(
"Run the command above, then we'll automatically detect when you're ready.",
"Run the command below, then we'll automatically detect when you're ready.",
);
Comment thread
skyfallwastaken marked this conversation as resolved.
let statusPanelClass = $state("border-darkless");

const messages = [
"Copy the command above and run it in your terminal!",
"Copy the command below and run it in your terminal!",
"Paste the command and press Enter...",
"The script will configure everything automatically!",
"Almost there - just run the command!",
Expand Down