2017-09-27 44 views

回答

0

提供連接消息的代碼。信息應該是

$this->messageManager->addError(__('This is your error message.')); 
//or 
$this->messageManager->addError(__('Invalid %s or %s', 'login', 'password')); 
//or replace with variables 
相關問題