Add missing translation to new field

The new field was introduced without any label.
That label is added, together with description and exclude.
This keeps consistency and explanation to editors.
This commit is contained in:
Daniel Siepmann 2021-01-22 11:33:38 +01:00
parent 01d25e4c49
commit 0adaafa182
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 8 additions and 0 deletions

View file

@ -33,7 +33,9 @@
],
],
'skilldisplay_campaign' => [
'exclude' => 1,
'label' => $languagePath . 'skilldisplay_campaign',
'description' => $languagePath . 'skilldisplay_campaign.description',
'config' => [
'type' => 'select',
'renderType' => 'selectSingle',

View file

@ -17,6 +17,12 @@
<trans-unit id="tt_content.skilldisplay_skillset.description" resname="tt_content.skilldisplay_skillset.description">
<source>UID of SkillSet</source>
</trans-unit>
<trans-unit id="tt_content.skilldisplay_campaign" resname="tt_content.skilldisplay_campaign">
<source>Campaign</source>
</trans-unit>
<trans-unit id="tt_content.skilldisplay_campaign.description" resname="tt_content.skilldisplay_campaign.description">
<source>Fetched from API.</source>
</trans-unit>
</body>
</file>
</xliff>