From 3f94fc0b86df704a5e2e2ce71c109c1a896f9707 Mon Sep 17 00:00:00 2001
From: Henri Courdent <122811744+hcourdent@users.noreply.github.com>
Date: Mon, 22 Apr 2024 14:00:28 +0200
Subject: [PATCH] grammar errors (#3583)
* Grammar errors
* Grammar errors
---
cli/sync.ts | 2 +-
.../src/lib/components/apps/editor/component/components.ts | 6 +++---
.../components/apps/editor/settingsPanel/StylePanel.svelte | 7 ++++---
3 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/cli/sync.ts b/cli/sync.ts
index 84aff6478a..eb86d777d0 100644
--- a/cli/sync.ts
+++ b/cli/sync.ts
@@ -730,7 +730,7 @@ async function pull(opts: GlobalOptions & SyncOptions) {
showConflict(conflict.path, conflict.local, conflict.change.after);
}
log.info(
- colors.red(`Please resolve theses conflicts manually by either:
+ colors.red(`Please resolve these conflicts manually by either:
- reverting the content back to its remote (\`wmill pull\` and refuse to preserve local when prompted)
- pushing the changes with \`wmill push --skip-pull\` to override wmill with all your local changes
`)
diff --git a/frontend/src/lib/components/apps/editor/component/components.ts b/frontend/src/lib/components/apps/editor/component/components.ts
index 361aadebcc..3c743f441e 100644
--- a/frontend/src/lib/components/apps/editor/component/components.ts
+++ b/frontend/src/lib/components/apps/editor/component/components.ts
@@ -1006,7 +1006,7 @@ export const components = {
type: 'static',
selectOptions: selectOptions.buttonColorOptions,
value: 'blue',
- tooltip: 'Theses presets can be overwritten with custom styles.'
+ tooltip: 'These presets can be overwritten with custom styles.'
},
size: {
fieldType: 'select',
@@ -1222,7 +1222,7 @@ export const components = {
type: 'static',
value: 'dark',
selectOptions: buttonColorOptions,
- tooltip: 'Theses presets can be overwritten with custom styles.'
+ tooltip: 'These presets can be overwritten with custom styles.'
},
size: {
fieldType: 'select',
@@ -2965,7 +2965,7 @@ See date-fns format for more information. By default, it is 'dd.MM.yyyy HH:mm'
selectOptions: buttonColorOptions,
value: 'blue',
- tooltip: 'Theses presets can be overwritten with custom styles.'
+ tooltip: 'These presets can be overwritten with custom styles.'
},
buttonSize: {
fieldType: 'select',
diff --git a/frontend/src/lib/components/apps/editor/settingsPanel/StylePanel.svelte b/frontend/src/lib/components/apps/editor/settingsPanel/StylePanel.svelte
index 5edf5464ce..0d029a372e 100644
--- a/frontend/src/lib/components/apps/editor/settingsPanel/StylePanel.svelte
+++ b/frontend/src/lib/components/apps/editor/settingsPanel/StylePanel.svelte
@@ -159,8 +159,9 @@
- You can customise the CSS and the classes of this component instance. Theses
- customisations will only be applied to this component.
+ You can customise the CSS and the classes of this component instance. These
+ customisations will only be applied to this component. You can also apply
+ custom classes set on the Global styling panel.
@@ -169,7 +170,7 @@
Global: {type ? ccomponents[type].name : ''}
- You can customise the CSS and the classes of all components of this type. Theses
+ You can customise the CSS and the classes of all components of this type. These
customisations will be applied to all components of this type.