mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
replace "Tavern Talk" with "Tavern Chat" above Tavern's chat box - fixes https://github.com/HabitRPG/habitrpg/issues/6813
This commit is contained in:
parent
33377263d9
commit
320d8cac5f
2 changed files with 1 additions and 2 deletions
|
|
@ -14,7 +14,6 @@
|
|||
"dataTool": "Data Display Tool",
|
||||
"resources": "Resources",
|
||||
"askQuestionNewbiesGuild": "Ask a Question (Newbies Guild)",
|
||||
"tavernTalk": "Tavern Talk",
|
||||
"tavernAlert1": "To report a bug, visit",
|
||||
"tavernAlert2": "the Report a Bug Guild",
|
||||
"moderatorIntro1": "Tavern and guild moderators are: ",
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@
|
|||
include ./challenge-box
|
||||
|
||||
.col-md-8.tavern(ng-controller='ChatCtrl')
|
||||
h3=env.t('tavernTalk')
|
||||
h3=env.t('tavern')
|
||||
include ./chat-box
|
||||
.alert.alert-info.alert-sm
|
||||
!= ' ' + env.t('tavernAlert1') + ' <a href="https://habitica.com/#/options/groups/guilds/a29da26b-37de-4a71-b0c6-48e72a900dac" target="_blank">' + env.t('tavernAlert2') + '</a>!<br />' + env.t('moderatorIntro1')
|
||||
|
|
|
|||
Loading…
Reference in a new issue