mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
Collapsed 3 strings into single string
This commit is contained in:
parent
caaf5c6704
commit
78430b1910
2 changed files with 2 additions and 9 deletions
|
|
@ -22,9 +22,7 @@
|
|||
"party": "Party",
|
||||
"createAParty": "Create A Party",
|
||||
"noPartyText": "You are either not in a party or your party is taking a while to load. You can either create one and invite friends, or if you want to join an existing party, have them enter your Unique User ID below and then come back here to look for the invitation:",
|
||||
"startLFG": "To advertise your new party or find one to join, go to the ",
|
||||
"linkLFG": "Party Wanted (Looking for Group) ",
|
||||
"endLFG": "Guild.",
|
||||
"LFG": "To advertise your new party or find one to join, go to the <%= linkStart %>Party Wanted (Looking for Group)<%= linkEnd %> Guild.",
|
||||
"create": "Create",
|
||||
"userId": "User ID",
|
||||
"invite": "Invite",
|
||||
|
|
|
|||
|
|
@ -36,12 +36,7 @@ script(type='text/ng-template', id='partials/options.social.party.html')
|
|||
=env.t('noPartyText')
|
||||
pre.prettyprint.
|
||||
{{user.id}}
|
||||
p
|
||||
=env.t('startLFG')
|
||||
|
|
||||
a(href="https://habitrpg.com/#/options/groups/guilds/f2db2a7f-13c5-454d-b3ee-ea1f5089e601")=env.t('linkLFG')
|
||||
|
|
||||
=env.t('endLFG')
|
||||
p!=env.t('LFG', {linkStart: "<a href='https://habitrpg.com/#/options/groups/guilds/f2db2a7f-13c5-454d-b3ee-ea1f5089e601'>", linkEnd: "</a>"})
|
||||
include ./create-group
|
||||
|
||||
script(type='text/ng-template', id='partials/options.social.guilds.public.html')
|
||||
|
|
|
|||
Loading…
Reference in a new issue