'#title'=>$this->formatPlural($total_count,'There is @count item that can be deployed from %source_label to %target_label','There are @count items that can be deployed from %source_label to %target_label',$args),
'#title'=>$this->formatPlural($total_count,'There is @count item that can be published from %source_label to %target_label','There are @count items that can be published from %source_label to %target_label',$args),
$form['actions']['submit']['#value']=$this->formatPlural($total_count,'Publish @count item to @target','Publish @count items to @target',['@target'=>$workspace_publisher->getTargetLabel()]);
}
else{
// If there are no changes to push or pull, show an informational message.
$elements['submit']['#value']=$this->formatPlural($total_count,'Deploy @count item to @target','Deploy @count items to @target',['@target'=>$workspace_publisher->getTargetLabel()]);