Skip to content
Snippets Groups Projects
Unverified Commit bb87338b authored by Luis Paolini's avatar Luis Paolini Committed by GitHub
Browse files

Update helper_text_strings.js (#15906)

parent e02187e5
No related branches found
No related tags found
No related merge requests found
......@@ -465,7 +465,7 @@ const helperTextStrings = [
name: "is-null",
structure: "isnull(" + t`column` + ")",
description: t`Checks if a column is null`,
example: "isnull([" + t`Discount` + '")',
example: "isnull([" + t`Discount` + "])",
args: [
{
name: t`column`,
......@@ -477,7 +477,7 @@ const helperTextStrings = [
name: "is-empty",
structure: "isempty(" + t`column` + ")",
description: t`Checks if a column is empty`,
example: "isempty([" + t`Name` + '")',
example: "isempty([" + t`Name` + "])",
args: [
{
name: t`column`,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment