translations

This commit is contained in:
okbel
2018-05-03 13:32:52 -03:00
parent 94b3ab4ac8
commit f6d3f4cb14
8 changed files with 91 additions and 45 deletions
@@ -28,10 +28,7 @@ class DownloadCommentHistory extends Component {
const { requestDownloadLink, notify } = this.props;
try {
await requestDownloadLink();
notify(
'success',
'Account Download Preparing - Check your email shortly for a download link'
);
notify('success', t('download_request.download_preparing'));
} catch (err) {
notify('error', getErrorMessages(err));
}