mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-03 16:27:51 +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>,
|
<#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",
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
Add option
|
||||||
Reference in New Issue
Block a user