This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
monster-ui-voip
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
UI-1922: Fixed typo with call recording featur
4.3
Jean-Roch Maitre
10 years ago
parent
d2eedad27c
commit
872e488bc5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
submodules/users/users.js
+ 1
- 1
submodules/users/users.js
View File
@ -1262,7 +1262,7 @@ define(function(require){
currentUser
:
currentUser
}
)
;
}
else
{
monster
.
ui
.
alert
(
'error'
,
self
.
i18n
.
active
(
)
.
users
.
call
_r
ecording
.
noNumber
)
;
monster
.
ui
.
alert
(
'error'
,
self
.
i18n
.
active
(
)
.
users
.
call
R
ecording
.
noNumber
)
;
}
}
)
;
}
)
;
Write
Preview
Loading…
Cancel
Save