File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export const TrashGallery: React.FC = () => {
7070 const trashDeletePermamnentMutation = useMutation ( {
7171 mutationFn : trashDeletePermamnentObjects ,
7272 onSuccess : ( ) => {
73- toast . success ( 'Object(s) delete permamnently successfully.' ) ;
73+ toast . success ( 'Object(s) deleted permanently successfully.' ) ;
7474 } ,
7575 onError : ( error ) => {
7676 toast . error ( `Something went wrong: ${ error . message } ` ) ;
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ const CreateUserPage = () => {
8181 required
8282 fullWidth
8383 id = "name"
84- label = "Name "
84+ label = "Username "
8585 name = "name"
8686 type = "text"
8787 autoFocus
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ export default function RegisterPage() {
101101 required
102102 fullWidth
103103 id = "name"
104- label = "Name "
104+ label = "Username "
105105 type = "text"
106106 autoFocus
107107 value = { name }
You can’t perform that action at this time.
0 commit comments