aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorLibravatar Yaroslav Halchenko <debian@onerussian.com>2024-04-13 10:05:38 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2024-04-13 10:05:38 +0530
commit77b5f1481e06443862c6fa31a10fe9196f628f39 (patch)
treeb635f65d87a2dfdc1d9873d15db870443a37b3f0 /src/components
parentUpgrade electron to '29.3.0' and some other deps (diff)
downloadferdium-app-77b5f1481e06443862c6fa31a10fe9196f628f39.tar.gz
ferdium-app-77b5f1481e06443862c6fa31a10fe9196f628f39.tar.zst
ferdium-app-77b5f1481e06443862c6fa31a10fe9196f628f39.zip
Add codespell support (config, GH action to detect new typos) + make it fix some typos (#1648)
Diffstat (limited to 'src/components')
-rw-r--r--src/components/settings/releaseNotes/ReleaseNotesDashboard.tsx4
-rw-r--r--src/components/settings/settings/EditSettingsForm.tsx4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/components/settings/releaseNotes/ReleaseNotesDashboard.tsx b/src/components/settings/releaseNotes/ReleaseNotesDashboard.tsx
index 1afc17491..e874b4469 100644
--- a/src/components/settings/releaseNotes/ReleaseNotesDashboard.tsx
+++ b/src/components/settings/releaseNotes/ReleaseNotesDashboard.tsx
@@ -16,12 +16,12 @@ const messages = defineMessages({
16 connectionError: { 16 connectionError: {
17 id: 'settings.releasenotes.connectionError', 17 id: 'settings.releasenotes.connectionError',
18 defaultMessage: 18 defaultMessage:
19 'An error occured when connecting to Github, please try again later.', 19 'An error occurred when connecting to Github, please try again later.',
20 }, 20 },
21 connectionErrorPageMissing: { 21 connectionErrorPageMissing: {
22 id: 'settings.releasenotes.connectionErrorPageMissing', 22 id: 'settings.releasenotes.connectionErrorPageMissing',
23 defaultMessage: 23 defaultMessage:
24 'An error occured when connecting to Github, the page you are looking for is missing.', 24 'An error occurred when connecting to Github, the page you are looking for is missing.',
25 }, 25 },
26}); 26});
27 27
diff --git a/src/components/settings/settings/EditSettingsForm.tsx b/src/components/settings/settings/EditSettingsForm.tsx
index 598158e20..7e6a89f99 100644
--- a/src/components/settings/settings/EditSettingsForm.tsx
+++ b/src/components/settings/settings/EditSettingsForm.tsx
@@ -88,7 +88,7 @@ const messages = defineMessages({
88 lockInfo: { 88 lockInfo: {
89 id: 'settings.app.lockInfo', 89 id: 'settings.app.lockInfo',
90 defaultMessage: 90 defaultMessage:
91 'Password Lock allows you to keep your messages protected.\nUsing Password Lock, you will be prompted to enter your password everytime you start Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.', 91 'Password Lock allows you to keep your messages protected.\nUsing Password Lock, you will be prompted to enter your password every time you start Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.',
92 }, 92 },
93 scheduledDNDTimeInfo: { 93 scheduledDNDTimeInfo: {
94 id: 'settings.app.scheduledDNDTimeInfo', 94 id: 'settings.app.scheduledDNDTimeInfo',
@@ -185,7 +185,7 @@ const messages = defineMessages({
185 spellCheckerLanguageInfo: { 185 spellCheckerLanguageInfo: {
186 id: 'settings.app.spellCheckerLanguageInfo', 186 id: 'settings.app.spellCheckerLanguageInfo',
187 defaultMessage: 187 defaultMessage:
188 "Ferdium uses your Mac's build-in spellchecker to check for typos. If you want to change the languages the spellchecker checks for, you can do so in your Mac's System Preferences.", 188 "Ferdium uses your Mac's built-in spellchecker to check for typos. If you want to change the languages the spellchecker checks for, you can do so in your Mac's System Preferences.",
189 }, 189 },
190 subheadlineCache: { 190 subheadlineCache: {
191 id: 'settings.app.subheadlineCache', 191 id: 'settings.app.subheadlineCache',