Identity loc string fixes (#10137)

Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
Leon Friedrich
2022-07-31 15:43:38 +12:00
committed by GitHub
parent f9d2a4e3e3
commit ddfa328442
5 changed files with 13 additions and 13 deletions

View File

@@ -195,7 +195,7 @@ public sealed partial class ChemistrySystem
if (user != target)
{
// Create a pop-up for the target
var userName = Identity.Name(user, EntityManager);
var userName = Identity.Entity(user, EntityManager);
_popup.PopupEntity(Loc.GetString("injector-component-injecting-target",
("user", userName)), user, Filter.Entities(target));