Skip to content

Commit e9e47d2

Browse files
committed
remove duplicate new-note-button
Update Text Signed-off-by: Felix Nüsse <felix.nuesse@t-online.de>
1 parent 6c726c4 commit e9e47d2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/components/AppHelp.vue

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
<div class="feature icon-toggle-filelist">
2222
{{ t('notes', 'Use Markdown markups to style your text.') }}
2323
</div>
24-
<button class="button-icon-add icon-add" @click="onNewNote">
25-
{{ t('notes', 'Create a new Note with markdown samples') }}
26-
</button>
2724
<table>
2825
<tr>
2926
<th>
@@ -142,8 +139,8 @@ export default {
142139
{ shortcut: t('notes', 'CTRL+H'), action: t('notes', 'Toggle heading for current line') },
143140
{ shortcut: t('notes', 'CTRL+ALT+C'), action: t('notes', 'The selection will be turned into monospace') },
144141
{ shortcut: t('notes', 'CTRL+ALT+I'), action: t('notes', 'Insert image at the cursor') },
145-
{ shortcut: t('notes', 'CTRL+ALT+L'), action: t('notes', 'kes the current line a list element with a number') },
146-
{ shortcut: t('notes', 'SHIFT+CTRL+H'), action: t('notes', 'toggleHeadingBigger') },
142+
{ shortcut: t('notes', 'CTRL+ALT+L'), action: t('notes', 'Makes the current line a list element with a number') },
143+
{ shortcut: t('notes', 'SHIFT+CTRL+H'), action: t('notes', 'Set the current line as a big Heading') },
147144
{ shortcut: t('notes', 'CTRL+I'), action: t('notes', 'Make the selection italic') },
148145
{ shortcut: t('notes', 'CTRL+K'), action: t('notes', 'Insert link at cursor') },
149146
{ shortcut: t('notes', 'CTRL+L'), action: t('notes', 'Makes the current line a list element') },

0 commit comments

Comments
 (0)