jam411 hace 3 años
padre
commit
02f19a1e85
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/src/components/User/UserInfo.tsx

+ 1 - 1
packages/app/src/components/User/UserInfo.tsx

@@ -16,7 +16,7 @@ export const UserInfo = (props: UserInfoProps): JSX.Element => {
   return (
     <>
       { (pageUser.name === '') ? (
-        <i>This User ID was deleted.</i>
+        <i>This User ID has been deleted.</i>
       ) : (
         <div className={`${styles['grw-users-info']} d-flex align-items-center d-edit-none mb-5 pb-3 border-bottom`}>
           <UserPicture user={pageUser} />