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'}