mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 10:40:41 +01:00
chore(react/collections/board): use translations
This commit is contained in:
@@ -228,7 +228,7 @@ function AddNewColumn({ viewConfig, saveConfig }: { viewConfig?: BoardViewData,
|
||||
<FormTextBox
|
||||
inputRef={columnNameRef}
|
||||
type="text"
|
||||
placeholder="Enter column name..."
|
||||
placeholder={t("board_view.add-column-placeholder")}
|
||||
onBlur={() => finishEdit(true)}
|
||||
onKeyDown={(e: KeyboardEvent) => {
|
||||
if (e.key === "Enter") {
|
||||
|
||||
Reference in New Issue
Block a user