Ver Fonte

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

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan há 3 anos atrás
pai
commit
e7e8f88c4b
1 ficheiros alterados com 1 adições e 1 exclusões
  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>