mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
fix(notifs): brevity
This commit is contained in:
parent
bd83d6f5aa
commit
cd4951d204
1 changed files with 2 additions and 2 deletions
|
|
@ -62,8 +62,8 @@
|
|||
"partyLoading3": "Your party is gathering. Please wait...",
|
||||
"partyLoading4": "Your party is materializing. Please wait...",
|
||||
"systemMessage": "System Message",
|
||||
"newMsgGuild": "There are new posts in the Guild <span class=\"notification-bold-blue\"><%= name %></span>",
|
||||
"newMsgParty": "There are new posts in your Party <span class=\"notification-bold-blue\"><%= name %></span>",
|
||||
"newMsgGuild": "<span class=\"notification-bold-blue\"><%= name %></span> has new posts",
|
||||
"newMsgParty": "Your party, <span class=\"notification-bold-blue\"><%= name %></span>, has new posts",
|
||||
"chat": "Chat",
|
||||
"sendChat": "Send Chat",
|
||||
"toolTipMsg": "Fetch Recent Messages",
|
||||
|
|
|
|||
Loading…
Reference in a new issue