2
0

Wording change "BLS cal"

This commit is contained in:
2024-08-09 16:18:09 +02:00
parent 732cfd353a
commit b8c4c5b1e7
199 changed files with 508 additions and 508 deletions

View File

@@ -27,13 +27,13 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
const input: InputComponent = {
type: "input",
id: "submit_booking_url",
label: "Enter your Cal.com link",
label: "Enter your BLS cal link",
placeholder: "https://cal.com/valentinchmara/30min",
save_state: "unsaved",
action: {
type: "submit",
},
aria_label: "Enter your Cal.com link",
aria_label: "Enter your BLS cal link",
};
const defaultCanvasData: NewCanvas = {
@@ -118,7 +118,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
const text: TextComponent = {
type: "text",
text: "Or choose another Cal.com link:",
text: "Or choose another BLS cal link:",
style: "muted",
align: "left",
};