- Change "Next" to "Save"

This commit is contained in:
Shemy Gan
2024-12-06 10:28:42 -05:00
parent b651369dc5
commit cbec5fd25c
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ const ContentPanel = () => {
color="primary"
onClick={handleSubmit}
>
Next
Save
</Button>
</Stack>
</Stack>

View File

@@ -270,7 +270,7 @@ const GeneralSettingsPanel = () => {
color="primary"
onClick={handleSubmit}
>
Next
Save
</Button>
</Stack>
</Stack>