Skip to content

Commit 20a11a1

Browse files
committed
Rewrite menu and modal text
1 parent 32f75ef commit 20a11a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="modal-content">
1515
<div class="modal-header">
1616
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
17-
<h4 class="modal-title">Customize server url</h4>
17+
<h4 class="modal-title">Customize HackMD server</h4>
1818
</div>
1919
<div class="modal-body">
2020
<div class="form-group">

menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const template = [
7272
type: 'separator',
7373
},
7474
{
75-
label: 'Config server url',
75+
label: 'Customize HackMD server',
7676
click () {
7777
exec('configServerUrl');
7878
}

0 commit comments

Comments
 (0)