Skip to content
Snippets Groups Projects
Unverified Commit a3e72f48 authored by flamber's avatar flamber Committed by GitHub
Browse files

SQL placeholder should not be translated (#12866)

parent b4a69cf9
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ export default createEntity({
{
name: "content",
title: t`Enter some SQL here so you can reuse it later`,
placeholder: t`AND canceled_at IS null\nAND account_type = 'PAID'`,
placeholder: "AND canceled_at IS null\nAND account_type = 'PAID'",
type: "text",
className:
"Form-input full text-monospace text-normal text-small bg-light text-spaced",
......
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