Fix light replacer popup (#26136)
(cherry picked from commit 456b2a7b5613fdedc508d930bc7842211664c73f)
This commit is contained in:
parent
575d169605
commit
4cb89d0641
|
|
@ -233,7 +233,7 @@ public sealed class LightReplacerSystem : SharedLightReplacerSystem
|
|||
// show some message if success
|
||||
if (insertedBulbs > 0 && userUid != null)
|
||||
{
|
||||
var msg = Loc.GetString("comp-light-replacer-refill-from-storage", ("light-replacer", storageUid));
|
||||
var msg = Loc.GetString("comp-light-replacer-refill-from-storage", ("light-replacer", replacerUid));
|
||||
_popupSystem.PopupEntity(msg, replacerUid, userUid.Value, PopupType.Medium);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue