Skip to content

Commit

Permalink
fixup! Fix(deps): bump ckeditor from 37 to 38
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Mar 4, 2025
1 parent ba98d49 commit 4b66258
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/AppSettingsMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,9 @@
<label for="follow-up-reminder-toggle">{{ followUpReminderText }}</label>
</p>
</NcAppSettingsSection>

<NcAppSettingsSection id="about-settings" :name="t('mail', 'About')" >

Check failure on line 247 in src/components/AppSettingsMenu.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Expected no space before '>', but found
<p>{{ t('mail', 'This application includes CKEditor, an open-source WYSIWYG editor. Copyright © CKEditor contributors. Licensed under GPLv2.') }}</p>
</NcAppSettingsSection>
<NcAppSettingsSection id="keyboard-shortcut-settings" :name="t('mail', 'Keyboard shortcuts')">
<dl>
<div>
Expand Down

0 comments on commit 4b66258

Please sign in to comment.