Skip to content
Snippets Groups Projects
Commit 0a0236b5 authored by Valentin Groues's avatar Valentin Groues :eyes:
Browse files

spelling fix

parent f3b08c22
No related branches found
No related tags found
1 merge request!53Two factors authentication
......@@ -118,7 +118,7 @@
eventRender: function (event, element) {
var content = "<ul>";
if (event.phone_number) {
content += '<li>Phone number: ' + event.phone_number + '</li>'
content += '<li>Phone numbers: ' + event.phone_number + '</li>'
}
if (event.screening_number) {
content += '<li>Screening number: ' + event.screening_number + '</li>'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment