mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 08:53:14 +00:00
add
This commit is contained in:
@@ -130,7 +130,7 @@ class NoticeItem extends React.Component {
|
|||||||
} else {
|
} else {
|
||||||
notice = gettext('A file name {upload_file_link} is uploaded to {uploaded_link}.');
|
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}', fileName);
|
||||||
notice = notice.replace('{file_name}', '<strong>Deleted Library</strong>')
|
notice = notice.replace('{upload_file_link}', '<strong>Deleted Library</strong>')
|
||||||
}
|
}
|
||||||
return {avatar_url, notice};
|
return {avatar_url, notice};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user