chore: change wording on "Create object", i18n
ci/woodpecker/push/woodpecker Pipeline was successful Details

feat/lang-upgrades-keys
Tomáš Mládek 2023-09-21 22:03:08 +02:00
parent 4b27f14097
commit 11e0bfa96d
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
import { matchSorter } from "match-sorter";
import api from "../../lib/api";
import { ATTR_LABEL } from "upend/constants";
import { i18n } from "../../i18n";
import debug from "debug";
const dbg = debug("kestrel:Selector");
@ -360,7 +361,7 @@
<div class="content">{option.value.c}</div>
{/if}
{:else if option.labelToCreate}
<div class="type">Create object</div>
<div class="type">{$i18n.t("Add object")}</div>
<div class="content">{option.labelToCreate}</div>
{/if}
</li>