Skip to content

Commit

Permalink
Merge branch 'master' into name-id-switch
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl authored Sep 26, 2024
2 parents a2c013c + db89aee commit ced457d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 19 deletions.
11 changes: 6 additions & 5 deletions views/mail/import_finished.tpl.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
{{ template "head.tpl.html" . }}

Expand Down Expand Up @@ -127,13 +127,14 @@
>
You have requested to import
data from WakaTime to
Wakapi. The import has now
finished after {{ .Duration
}} ({{ .NumHeartbeats }} new
Hackatime. The import has
now finished after {{
.Duration }} ({{
.NumHeartbeats }} new
heartbeats imported).<br /><br />You
should be able to see the
newly imported coding
statistics in Wakapi.
statistics in Hackatime.
</p>
<table
border="0"
Expand Down
10 changes: 6 additions & 4 deletions views/mail/report.tpl.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
{{ template "head.tpl.html" . }}

Expand Down Expand Up @@ -522,9 +522,11 @@
If you do not want to
receive e-mail reports
anymore, please log in to
Wakapi.dev and go to
<i>Settings</i> to disable
them.
<a
href="https://waka.hackclub.com"
>Hackatime</a
>
to disable them.
</p>
</td>
</tr>
Expand Down
21 changes: 11 additions & 10 deletions views/mail/wakatime_connection_failure.tpl.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
{{ template "head.tpl.html" . }}

Expand Down Expand Up @@ -125,15 +125,16 @@
margin-bottom: 15px;
"
>
You have configured Wakapi
to relay your heartbeats to
WakaTime's API. However,
requests for the last {{
.NumFailures }} heartbeats
have failed. This is most
likely an authentication
issue. WakaTime connection
is paused for now. To resume
You have configured
Hackatime to relay your
heartbeats to WakaTime's
API. However, requests for
the last {{ .NumFailures }}
heartbeats have failed. This
is most likely an
authentication issue.
WakaTime connection is
paused for now. To resume
it, please re-enter your
WakaTime API token under
<a
Expand Down

0 comments on commit ced457d

Please sign in to comment.