diff --git a/app/src/protyle/render/av/calc.ts b/app/src/protyle/render/av/calc.ts index db991b6f0ac..4d570675a6c 100644 --- a/app/src/protyle/render/av/calc.ts +++ b/app/src/protyle/render/av/calc.ts @@ -148,7 +148,7 @@ export const openCalcMenu = async (protyle: IProtyle, calcElement: HTMLElement, colId, avId, oldOperator, - operator: "Count values", + operator: "Count empty", data: panelData?.data, blockID, target: calcElement @@ -159,7 +159,7 @@ export const openCalcMenu = async (protyle: IProtyle, calcElement: HTMLElement, colId, avId, oldOperator, - operator: "Count unique values", + operator: "Count not empty", data: panelData?.data, blockID, target: calcElement @@ -170,7 +170,7 @@ export const openCalcMenu = async (protyle: IProtyle, calcElement: HTMLElement, colId, avId, oldOperator, - operator: "Count empty", + operator: "Count values", data: panelData?.data, blockID, target: calcElement @@ -181,7 +181,7 @@ export const openCalcMenu = async (protyle: IProtyle, calcElement: HTMLElement, colId, avId, oldOperator, - operator: "Count not empty", + operator: "Count unique values", data: panelData?.data, blockID, target: calcElement