mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
Unchunkify session warning string
This commit is contained in:
parent
aa048049ea
commit
997200dd19
@ -237,9 +237,11 @@ function AppContainer({ i18n, navRouteConfig = [], children }) {
|
||||
</Button>,
|
||||
]}
|
||||
>
|
||||
{i18n._(t`You will be logged out in`)}{' '}
|
||||
{Number(Math.floor(timeRemaining / 1000))}{' '}
|
||||
{i18n._(t`seconds due to inactivity.`)}
|
||||
{i18n._(
|
||||
t`You will be logged out in ${Number(
|
||||
Math.floor(timeRemaining / 1000)
|
||||
)} seconds due to inactivity.`
|
||||
)}
|
||||
</AlertModal>
|
||||
</>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user