From da30052bfdfbc0c594719cd8d90c46fa0bde4729 Mon Sep 17 00:00:00 2001 From: dextmorgn Date: Sun, 9 Nov 2025 14:28:00 +0100 Subject: [PATCH] feat(app): typo --- .../src/components/graphs/details-panel/node-editor-modal.tsx | 2 +- flowsint-app/src/components/graphs/settings.tsx | 2 +- flowsint-app/src/routes/_auth.dashboard.custom-types.$id.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flowsint-app/src/components/graphs/details-panel/node-editor-modal.tsx b/flowsint-app/src/components/graphs/details-panel/node-editor-modal.tsx index ee94da57..d37c16d2 100644 --- a/flowsint-app/src/components/graphs/details-panel/node-editor-modal.tsx +++ b/flowsint-app/src/components/graphs/details-panel/node-editor-modal.tsx @@ -345,7 +345,7 @@ export const NodeEditorModal: React.FC = () => { ) : ( )} - {isSaving ? 'Saving...' : 'Save Changes'} + {isSaving ? 'Saving...' : 'Save changes'} diff --git a/flowsint-app/src/components/graphs/settings.tsx b/flowsint-app/src/components/graphs/settings.tsx index e0c4f20e..d8fdd4dc 100644 --- a/flowsint-app/src/components/graphs/settings.tsx +++ b/flowsint-app/src/components/graphs/settings.tsx @@ -594,7 +594,7 @@ export default function GlobalSettings() { onClick={handleSubmit} className="flex-1" > - {updateMutation.isPending ? 'Saving...' : 'Save Changes'} + {updateMutation.isPending ? 'Saving...' : 'Save changes'} diff --git a/flowsint-app/src/routes/_auth.dashboard.custom-types.$id.tsx b/flowsint-app/src/routes/_auth.dashboard.custom-types.$id.tsx index 849463f6..6eb5468d 100644 --- a/flowsint-app/src/routes/_auth.dashboard.custom-types.$id.tsx +++ b/flowsint-app/src/routes/_auth.dashboard.custom-types.$id.tsx @@ -250,7 +250,7 @@ function CustomTypeEditor() { disabled={createMutation.isPending || updateMutation.isPending} > - {isNew ? 'Create' : 'Save Changes'} + {isNew ? 'Create' : 'Save changes'}