[AB-90] extracting add option button label to template

This commit is contained in:
Sheldan
2023-06-04 21:58:05 +02:00
parent ee4a39f871
commit 4810352160
2 changed files with 2 additions and 1 deletions

View File

@@ -34,7 +34,7 @@
<#if allowAdditions && options?size lt 20>, <#if allowAdditions && options?size lt 20>,
"buttons": [ "buttons": [
{ {
"label": "add option", "label": "<@safe_include "poll_message_button_add_option_label"/>",
"position": 2, "position": 2,
"id": "${addOptionButtonId}", "id": "${addOptionButtonId}",
"buttonStyle": "secondary", "buttonStyle": "secondary",