mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-03-06 17:39:08 +00:00
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}}
|
{{text-field value=selectedItem.name}}
|
||||||
</div>
|
</div>
|
||||||
<div class="desc">
|
<div class="desc">
|
||||||
{{textarea value=selectedItem.description}}
|
{{textarea value=selectedItem.description placeholder=(i18n "explorer.description_placeholder")}}
|
||||||
</div>
|
</div>
|
||||||
{{else}}
|
{{else}}
|
||||||
<div class="name">
|
<div class="name">
|
||||||
|
@ -26,6 +26,7 @@ en:
|
|||||||
title: "Data Explorer"
|
title: "Data Explorer"
|
||||||
create: "Create New"
|
create: "Create New"
|
||||||
create_placeholder: "Query name..."
|
create_placeholder: "Query name..."
|
||||||
|
description_placeholder: "Enter a description here"
|
||||||
import:
|
import:
|
||||||
label: "Import"
|
label: "Import"
|
||||||
modal: "Import A Query"
|
modal: "Import A Query"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user