Reaction labels

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2021-06-30 11:33:42 +02:00
parent 58f3107151
commit 998e129072
8 changed files with 44 additions and 10 deletions

View File

@ -4,7 +4,7 @@ import { FormattedMessage } from 'react-intl';
const LoadingIndicator = () => (
<div className='loading-indicator'>
<div className='loading-indicator__figure' />
<span><FormattedMessage id='loading_indicator.label' defaultMessage='Loading...' /></span>
<span><FormattedMessage id='loading_indicator.label' defaultMessage='Loading' /></span>
</div>
);