1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-10 03:11:07 +00:00

modify translation content

This commit is contained in:
zxj96
2019-05-17 10:55:21 +08:00
parent 0f5f6608c6
commit a35a0e8abc

View File

@@ -3,7 +3,7 @@ import { gettext, loginUrl } from '../utils/constants';
function SessionExpiredTip() {
return(
<span className="session-expired-tip">{gettext('You are log out.')}{' '}
<span className="session-expired-tip">{gettext('You are logged out.')}{' '}
<a className="action-link session-expired-link" href={`${loginUrl}?next=${encodeURIComponent(location.href)}`}>{gettext('Login again.')}</a>
</span>
);