We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6172b7d commit 2783846Copy full SHA for 2783846
clients/packages/canary-client/src/scenes/WidgetActions/Labels.ts
@@ -3,6 +3,7 @@ const labels: Record<string, { title: string; count: string }> = {
3
form: { title: "Formulário", count: "envios" },
4
donation: { title: "Doação", count: "doações" },
5
phone: { title: "Telefone", count: "pressões" },
6
+ "pressure-phone": { title: "Telefone", count: "pressões" },
7
plip: { title: "PLIP", count: "formulários" },
8
};
9
0 commit comments