mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
translations
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user