mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-21 12:50:12 -05:00
feat(app): typo
This commit is contained in:
@@ -345,7 +345,7 @@ export const NodeEditorModal: React.FC = () => {
|
||||
) : (
|
||||
<Save className="h-4 w-4" />
|
||||
)}
|
||||
{isSaving ? 'Saving...' : 'Save Changes'}
|
||||
{isSaving ? 'Saving...' : 'Save changes'}
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -594,7 +594,7 @@ export default function GlobalSettings() {
|
||||
onClick={handleSubmit}
|
||||
className="flex-1"
|
||||
>
|
||||
{updateMutation.isPending ? 'Saving...' : 'Save Changes'}
|
||||
{updateMutation.isPending ? 'Saving...' : 'Save changes'}
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -250,7 +250,7 @@ function CustomTypeEditor() {
|
||||
disabled={createMutation.isPending || updateMutation.isPending}
|
||||
>
|
||||
<Save className="w-4 h-4 mr-2" />
|
||||
{isNew ? 'Create' : 'Save Changes'}
|
||||
{isNew ? 'Create' : 'Save changes'}
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user