mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-01 07:27:32 +00:00
[AB-90] extracting add option button label to template
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<#if allowAdditions && options?size lt 20>,
|
||||
"buttons": [
|
||||
{
|
||||
"label": "add option",
|
||||
"label": "<@safe_include "poll_message_button_add_option_label"/>",
|
||||
"position": 2,
|
||||
"id": "${addOptionButtonId}",
|
||||
"buttonStyle": "secondary",
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Add option
|
||||
Reference in New Issue
Block a user