Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/jscomposition/cases/casesMain/config/columns.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { t } from "i18next";
import {
CaseTitleCell,
TruncatedOptionsCell,
Expand All @@ -7,7 +8,6 @@ import {
TruncatedColumn,
} from "../../../system/index";
import { formatDate } from "../../../utils";
import { t } from "i18next";

export default {};
/**
Expand Down Expand Up @@ -78,7 +78,7 @@ export const processColumn = () => ({

export const taskColumn = () => ({
field: "tasks",
header: "Task",
header: t("Current Task"),
resizable: true,
width: 200,
cellRenderer: () => ({
Expand Down
1 change: 1 addition & 0 deletions resources/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@
"CSS Selector Name": "CSS Selector Name",
"CSS": "CSS",
"Currency": "Currency",
"Current Task": "Current Task",
"Current Local Time": "Current Local Time",
"Current Version": "Current Version",
"Currently, you don't have any processes created.": "Currently, you don't have any processes created.",
Expand Down
1 change: 1 addition & 0 deletions resources/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
"CSS Selector Name": "Nombre del selector CSS",
"CSS": "CSS",
"Currency": "Moneda",
"Current Task": "Tarea actual",
"Current Local Time": "Hora local actual",
"Custom Colors": "Colores personalizados",
"Custom CSS": "CSS personalizado",
Expand Down