FIX: Remove bad default query description and add placeholder instead
This commit is contained in:
parent
915657b8cd
commit
42b6dbbae2
|
@ -39,7 +39,7 @@
|
|||
{{text-field value=selectedItem.name}}
|
||||
</div>
|
||||
<div class="desc">
|
||||
{{textarea value=selectedItem.description}}
|
||||
{{textarea value=selectedItem.description placeholder=(i18n "explorer.description_placeholder")}}
|
||||
</div>
|
||||
{{else}}
|
||||
<div class="name">
|
||||
|
|
|
@ -26,6 +26,7 @@ en:
|
|||
title: "Data Explorer"
|
||||
create: "Create New"
|
||||
create_placeholder: "Query name..."
|
||||
description_placeholder: "Enter a description here"
|
||||
import:
|
||||
label: "Import"
|
||||
modal: "Import A Query"
|
||||
|
|
Loading…
Reference in New Issue