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:
@@ -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>
|
||||
);
|
||||
|
Reference in New Issue
Block a user