We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
I found. This source code missing "Text::" from line 187,189,190,191.
/controller/admin.php (166 commits)
186 'newsletter' => array( 187 'label' => _('Boletín'), 188 'actions' => array( 189 'list' => array('label' => _('Estado del envío automático'), 'item' => false), 190 'init' => array('label' => _('Iniciando un nuevo boletín'), 'item' => false), 191 'init' => array('label' => _('Viendo listado completo'), 'item' => true) 192 ) 193 ),
I don't know how to fix at Git Hub. :-)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I found. This source code missing "Text::" from line 187,189,190,191.
/controller/admin.php (166 commits)
186 'newsletter' => array(
187 'label' => _('Boletín'),
188 'actions' => array(
189 'list' => array('label' => _('Estado del envío automático'), 'item' => false),
190 'init' => array('label' => _('Iniciando un nuevo boletín'), 'item' => false),
191 'init' => array('label' => _('Viendo listado completo'), 'item' => true)
192 )
193 ),
I don't know how to fix at Git Hub. :-)
The text was updated successfully, but these errors were encountered: