Skip to content

Commit d1718d5

Browse files
committed
fix typo
1 parent 64a828f commit d1718d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/page/roles/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
isComplete = false;
122122
}, duration);
123123
} else {
124-
throw "error when saving user.";
124+
throw "error when saving role.";
125125
}
126126
}).catch(() => {
127127
isLoading = false;

0 commit comments

Comments
 (0)