1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-12 17:54:44 +02:00

Fix the 'Add' label in InputfieldTextTags

This commit is contained in:
Ryan Cramer
2023-09-29 16:46:40 -04:00
parent 3ff60a289c
commit 3cc76cc886

View File

@@ -563,7 +563,7 @@ class InputfieldTextTags extends Inputfield implements
'delimiter' => $this->delimiter(),
'maxItems' => $this->maxItems,
'tagsUrl' => $tagsUrl,
'addLabel' => $this->_('RyAdd'), // Label that appears when adding new tag (the "Add" in "Add [tag] …")
'addLabel' => $this->_('Add'), // Label that appears when adding new tag (the "Add" in "Add [tag] …")
);
if($this->hasField) {