mirror of https://github.com/sualko/cloud_bbb
parent
0938670d19
commit
f2b6feb876
|
@ -5,10 +5,10 @@ $(() => {
|
||||||
|
|
||||||
const interval = window.setInterval(() => {
|
const interval = window.setInterval(() => {
|
||||||
$('#bbb-waiting-text').text(
|
$('#bbb-waiting-text').text(
|
||||||
t(
|
n(
|
||||||
'bbb',
|
'bbb',
|
||||||
'This room is not open yet. We will try it again in %n second. Please wait.',
|
'This room is not open yet. We will try it again in %n second. Please wait.',
|
||||||
'This room is not open yet. We will try it again in %n seconds. Please wait.' as any,
|
'This room is not open yet. We will try it again in %n seconds. Please wait.',
|
||||||
--countdown
|
--countdown
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue