Skip to content

Commit 52d5add

Browse files
kesselbbackportbot[bot]
authored andcommitted
chore: flip shortcuts and about
Signed-off-by: Daniel Kesselberg <[email protected]>
1 parent eb1374c commit 52d5add

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/components/AppSettingsMenu.vue

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,7 @@
200200
</NcFormBoxSwitch>
201201
</NcFormBox>
202202
</NcAppSettingsSection>
203-
<NcAppSettingsSection id="about-settings" :name="t('mail', 'About')">
204-
<NcFormGroup
205-
:label="t('mail', 'Acknowledgements')"
206-
:description="t('mail', 'This application includes CKEditor, an open-source editor. Copyright © CKEditor contributors. Licensed under GPLv2.')" />
207-
</NcAppSettingsSection>
203+
208204
<NcAppSettingsShortcutsSection>
209205
<NcHotkeyList>
210206
<NcHotkey :label="t('mail', 'Compose new message')" hotkey="C" />
@@ -220,6 +216,12 @@
220216
</NcHotkeyList>
221217
</NcAppSettingsShortcutsSection>
222218

219+
<NcAppSettingsSection id="about-settings" :name="t('mail', 'About')">
220+
<NcFormGroup
221+
:label="t('mail', 'Acknowledgements')"
222+
:description="t('mail', 'This application includes CKEditor, an open-source editor. Copyright © CKEditor contributors. Licensed under GPLv2.')" />
223+
</NcAppSettingsSection>
224+
223225
<NcDialog
224226
:open.sync="textBlockDialogOpen"
225227
:name="t('mail', 'New text block')"

0 commit comments

Comments
 (0)