' . __( 'Translation Dashboard', 'sitepress' ) . ''; $description = sprintf( __( 'WPML completed updating the translations history. Next, please visit the %s and click on the button to "Check status and get translations".', 'wpml-translation-management' ), $tm_url ); return array( 'strings' => array( 'title' => __( 'Problem receiving translation jobs?', 'sitepress' ), 'description' => $description, ), ); } protected function get_notice_id() { return 'translation-jobs-migration-fix-summary'; } }