Skip to content

Commit 657bb22

Browse files
authored
fix: user message
1 parent 1365a27 commit 657bb22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/utils/uploadSettingsToSupabase.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export function uploadSettingsToSupabase(formData: SettingsToSupabaseData): Prom
2222
return response;
2323
}),
2424
{
25-
pending: "Uploading settings to Supabase...",
26-
success: "Uploaded successfully!",
25+
pending: "Saving...",
26+
success: "Saved successfully!",
2727
error: {
2828
render({ data: error }) {
2929
return `Upload failed: ${error?.message}`;

0 commit comments

Comments
 (0)