From d9af589042d8667a15b7f6358d566ed0a90e8e54 Mon Sep 17 00:00:00 2001 From: muli Date: Sat, 24 Jun 2023 18:36:42 +0200 Subject: [PATCH] fix: Button-Beschriftung hat Verben bekommen. --- flowblocks/flow_claim_boxes.ini | 2 +- flowblocks/flow_services_cards.ini | 2 +- flowblocks/flow_text_image_section.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flowblocks/flow_claim_boxes.ini b/flowblocks/flow_claim_boxes.ini index 80acf6ae..02a2519d 100644 --- a/flowblocks/flow_claim_boxes.ini +++ b/flowblocks/flow_claim_boxes.ini @@ -1,6 +1,6 @@ [block] name = Claim Box Card -button_label = Claim Box Card +button_label = Add Claim Box Card label = {{ this.card_title }} [fields.card_title] diff --git a/flowblocks/flow_services_cards.ini b/flowblocks/flow_services_cards.ini index 224a2438..7f5c23ed 100644 --- a/flowblocks/flow_services_cards.ini +++ b/flowblocks/flow_services_cards.ini @@ -1,6 +1,6 @@ [block] name = Services Card -button_label = Services Card +button_label = Add Services Card label = {{ this.card_title }} [fields.card_title] diff --git a/flowblocks/flow_text_image_section.ini b/flowblocks/flow_text_image_section.ini index b2d41a3f..95af92a1 100644 --- a/flowblocks/flow_text_image_section.ini +++ b/flowblocks/flow_text_image_section.ini @@ -1,6 +1,6 @@ [block] name = Flow Text Image (50/50) Section -button_label = Flow Text Image (50/50) Section +button_label = Add Flow Text Image (50/50) Section label = {{ this.title }} [fields.title]