mirror of
https://github.com/processwire/processwire.git
synced 2025-08-17 20:11:46 +02:00
Fix the 'Add' label in InputfieldTextTags
This commit is contained in:
@@ -563,7 +563,7 @@ class InputfieldTextTags extends Inputfield implements
|
|||||||
'delimiter' => $this->delimiter(),
|
'delimiter' => $this->delimiter(),
|
||||||
'maxItems' => $this->maxItems,
|
'maxItems' => $this->maxItems,
|
||||||
'tagsUrl' => $tagsUrl,
|
'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) {
|
if($this->hasField) {
|
||||||
|
Reference in New Issue
Block a user