Fix light replacer popup (#26136)

(cherry picked from commit 456b2a7b5613fdedc508d930bc7842211664c73f)
This commit is contained in:
lzk 2024-03-15 16:23:58 +01:00 committed by Debug
parent 575d169605
commit 4cb89d0641
No known key found for this signature in database
GPG Key ID: 271270A74EF9C350
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}