chore(explore): change dnd placeholders (#16116)

* chore(explore): change dnd placeholders

* Fix tests and lint
This commit is contained in:
Kamil Gabryjelski
2021-08-09 17:50:11 +02:00
committed by GitHub
parent 2db1615c83
commit 6ac4f4ef2f
8 changed files with 14 additions and 13 deletions

View File

@@ -143,7 +143,8 @@ export const DndColumnSelect = (props: LabelProps) => {
accept={DndItemType.Column}
displayGhostButton={multi || optionSelector.values.length === 0}
ghostButtonText={
ghostButtonText || tn('Drop column', 'Drop columns', multi ? 2 : 1)
ghostButtonText ||
tn('Drop column here', 'Drop columns here', multi ? 2 : 1)
}
{...props}
/>