We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f75ef commit 20a11a1Copy full SHA for 20a11a1
index.html
@@ -14,7 +14,7 @@
14
<div class="modal-content">
15
<div class="modal-header">
16
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
17
- <h4 class="modal-title">Customize server url</h4>
+ <h4 class="modal-title">Customize HackMD server</h4>
18
</div>
19
<div class="modal-body">
20
<div class="form-group">
menu.js
@@ -72,7 +72,7 @@ const template = [
72
type: 'separator',
73
},
74
{
75
- label: 'Config server url',
+ label: 'Customize HackMD server',
76
click () {
77
exec('configServerUrl');
78
}
0 commit comments