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