Streamlined system messages
This commit is contained in:
parent
1973224adb
commit
2b08cbfdfe
57 changed files with 864 additions and 937 deletions
|
@ -10,7 +10,5 @@ export type Props = {
|
|||
};
|
||||
|
||||
export const ResetSessionNotification = ({ i18n }: Props): JSX.Element => (
|
||||
<div className="module-reset-session-notification">
|
||||
{i18n('sessionEnded')}
|
||||
</div>
|
||||
<div className="SystemMessage">{i18n('sessionEnded')}</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue