mirror of https://github.com/xwiki-labs/cryptpad
fix a typo in a class
This commit is contained in:
parent
f701e30364
commit
04234aa1f4
|
@ -915,7 +915,7 @@ define([
|
|||
var $progress = $('#cp-progress');
|
||||
|
||||
var versionStatement = function () {
|
||||
return h('p.cp--notice-version', [
|
||||
return h('p.cp-notice-version', [
|
||||
"This instance is running ",
|
||||
h('span.cp-app-checkup-version',[
|
||||
"CryptPad",
|
||||
|
|
Loading…
Reference in New Issue