simply the method names for non translatable inputs

parent 8dddeb0f
......@@ -95,12 +95,12 @@ class EditorIsRendering
$this->editorComponents['i18n'] = $componentName;
}
public function getNormalComponentName()
public function getComponentName()
{
return $this->editorComponents['normal'];
}
public function setNormalComponentName($componentName)
public function setComponentName($componentName)
{
$this->editorComponents['normal'] = $componentName;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment