mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
fix link to Data Display Tool (#9085)
This commit is contained in:
parent
526d0b1a23
commit
a03c6184b3
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
br
|
br
|
||||||
| {{ $t('chromeChatExtensionDesc') }}
|
| {{ $t('chromeChatExtensionDesc') }}
|
||||||
li
|
li
|
||||||
a(target='_blank' :href='`http://data.habitrpg.com?uuid= + user._id`') {{ $t('dataTool') }}
|
a(target='_blank' :href='`https://oldgods.net/habitica/habitrpg_user_data_display.html?uuid=` + user._id') {{ $t('dataTool') }}
|
||||||
br
|
br
|
||||||
| {{ $t('dataToolDesc') }}
|
| {{ $t('dataToolDesc') }}
|
||||||
li(v-html="$t('otherExtensions')")
|
li(v-html="$t('otherExtensions')")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue