Add title to multitool door-access-configuration window (#31504)
Fixes #29923. Co-authored-by: Eoin Mcloughlin <helloworld@eoinrul.es>
This commit is contained in:
parent
43bab33c91
commit
7fec166a3b
|
|
@ -1,6 +1,7 @@
|
|||
<controls:FancyWindow xmlns="https://spacestation14.io"
|
||||
xmlns:ui="clr-namespace:Content.Client.UserInterface"
|
||||
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls">
|
||||
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
||||
Title="{Loc door-electronics-configuration-title}">
|
||||
<Control Name="AccessLevelControlContainer" />
|
||||
|
||||
</controls:FancyWindow>
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
door-electronics-configuration-title = Configure Access
|
||||
Loading…
Reference in New Issue