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

Merge pull request #3484 from haiwen/translation

modify translation content
This commit is contained in:
Daniel Pan
2019-05-17 10:57:32 +08:00
committed by GitHub

View File

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