Allow ownerless ids to show in pda (#3693)
* Allow ownerless ids to show in pda * use new localization, and null coalesce * Adjust localization naming
This commit is contained in:
11
Resources/Locale/en-US/components/pda-component.ftl
Normal file
11
Resources/Locale/en-US/components/pda-component.ftl
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
### UI
|
||||
|
||||
# For the PDA screen
|
||||
comp-pda-ui = ID: [color=white]{$Owner}[/color], [color=yellow]{$JobTitle}[/color]
|
||||
|
||||
comp-pda-ui-blank = ID:
|
||||
|
||||
comp-pda-ui-owner = Owner: [color=white]{$ActualOwnerName}[/color]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user