Fix missing fluent var (#10663)
This commit is contained in:
@@ -133,7 +133,7 @@ namespace Content.Client.Storage.UI
|
||||
new Label
|
||||
{
|
||||
Align = Label.AlignMode.Right,
|
||||
Text = item?.Size.ToString() ?? Loc.GetString("no-item-size")
|
||||
Text = item?.Size.ToString() ?? Loc.GetString("comp-storage-no-item-size"),
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
comp-storage-no-item-size = None
|
||||
comp-storage-no-item-size = N/A
|
||||
comp-storage-cant-insert = Can't insert.
|
||||
comp-storage-insufficient-capacity = Insufficient capacity.
|
||||
comp-storage-invalid-container = Invalid container for this item.
|
||||
|
||||
Reference in New Issue
Block a user