"Blocked by" string is fluent now (#14713)

This commit is contained in:
faint
2023-03-19 23:36:04 +03:00
committed by GitHub
parent 44838f2f26
commit 3bf0bd3b3b
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
<Control xmlns="https://spacestation14.io">
<Label StyleClasses="ItemStatus" Text="Blocked by" />
<Label StyleClasses="ItemStatus" Text="{Loc 'hands-system-blocked-by'}" />
</Control>