Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions src/components/AppSettingsMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,7 @@
</NcFormBoxSwitch>
</NcFormBox>
</NcAppSettingsSection>
<NcAppSettingsSection id="about-settings" :name="t('mail', 'About')">
<NcFormGroup
:label="t('mail', 'Acknowledgements')"
:description="t('mail', 'This application includes CKEditor, an open-source editor. Copyright © CKEditor contributors. Licensed under GPLv2.')" />
</NcAppSettingsSection>

<NcAppSettingsShortcutsSection>
<NcHotkeyList>
<NcHotkey :label="t('mail', 'Compose new message')" hotkey="C" />
Expand All @@ -220,6 +216,12 @@
</NcHotkeyList>
</NcAppSettingsShortcutsSection>

<NcAppSettingsSection id="about-settings" :name="t('mail', 'About')">
<NcFormGroup
:label="t('mail', 'Acknowledgements')"
:description="t('mail', 'This application includes CKEditor, an open-source editor. Copyright © CKEditor contributors. Licensed under GPLv2.')" />
</NcAppSettingsSection>

<NcDialog
:open.sync="textBlockDialogOpen"
:name="t('mail', 'New text block')"
Expand Down
Loading