1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00
This commit is contained in:
Michael An
2019-04-03 18:15:19 +08:00
parent 5a57a87546
commit ed725276d6
3 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ class NoticeItem extends React.Component {
} else {
notice = gettext('A file name {upload_file_link} is uploaded to {uploaded_link}.');
notice = notice.replace('{upload_file_link}', fileName);
notice = notice.replace('{upload_file_link}', '<strong>Deleted Library</strong>')
notice = notice.replace('{uploaded_link}', '<strong>Deleted Library</strong>')
}
return {avatar_url, notice};
}