1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 19:08:21 +00:00

repair translate bug

This commit is contained in:
shanshuirenjia
2019-04-03 18:26:03 +08:00
parent c5a869ecc9
commit 18e914e012
2 changed files with 2 additions and 2 deletions

View File

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