mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-12 21:30:39 +00:00
modify translation content
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user