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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user