mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix link to Data Display Tool (#9085)
This commit is contained in:
@@ -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')")
|
||||||
|
|||||||
Reference in New Issue
Block a user