in src/app/agile-board-widget.js [390:399]
renderLoadDataError() {
return (
<div className={styles.widget}>
<EmptyWidget
face={EmptyWidgetFaces.ERROR}
message={i18n('Can\'t load information from service.')}
/>
</div>
);
}