1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

delete useless translation (#6542)

This commit is contained in:
Michael An
2024-08-13 11:36:20 +08:00
committed by GitHub
parent 3a55d0d208
commit a0207e3853
5 changed files with 7 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ class LogsExportExcelDialog extends React.Component {
if (error_msg && error_msg !== 'Internal Server Error') {
toaster.danger(error_msg);
} else {
toaster.danger(gettext('Internal Server Error.'));
toaster.danger(gettext('Internal Server Error'));
}
} else {
let errMessage = Utils.getErrorMsg(error);