Clean up some XXXs
parent
9ea2a9dedc
commit
dd72d42a14
|
@ -80,7 +80,6 @@ define([
|
|||
return h('footer', [
|
||||
h('div.container', [
|
||||
h('div.row', [
|
||||
// XXX remove this footerCol and just make a h('div.col-6.col-sm-3',...
|
||||
h('div.col-6.col-sm-3', [
|
||||
h('div.cp-logo-foot', [
|
||||
h('img', {
|
||||
|
|
|
@ -627,7 +627,7 @@
|
|||
}
|
||||
.cp-toolbar-title {
|
||||
color: @cryptpad_text_col;
|
||||
font-family: "IBM Plex Mono"; // XXX using locally, add font to customise.dist/fonts/...
|
||||
font-family: "IBM Plex Mono";
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
|
|
@ -102,7 +102,7 @@ define([
|
|||
// XXX
|
||||
Messages.register_warning = "<i class='fa fa-warning'></i> Warning"; // existing key
|
||||
Messages.register_warning_note = "Due to the encrypted nature of CrytpPad even the the service administrators will not be able to recover data in case the username and/or password are forgotten. Please save them in a safe place.";
|
||||
Messages.register_cancel = "Cancel"; // XXX existing key
|
||||
Messages.register_cancel = "Cancel"; // existing key
|
||||
|
||||
setTimeout(function () {
|
||||
UI.confirm("<h2 class='msg'>" + Messages.register_warning + "</h2>" + Messages.register_warning_note,
|
||||
|
|
Loading…
Reference in New Issue