Explorar el Código

fix(Account Removal): small change in wording on admin page

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan hace 3 años
padre
commit
e7e8f88c4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      frontend/src/pages/Admin/tabs/Users.vue

+ 1 - 1
frontend/src/pages/Admin/tabs/Users.vue

@@ -18,7 +18,7 @@
 						<td>
 							{{
 								request.type === "remove"
-									? "Remove Account"
+									? "Remove all associated data"
 									: request.type
 							}}
 						</td>