Browse Source

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

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan 3 năm trước cách đây
mục cha
commit
e7e8f88c4b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>