From 5b834b439657fc5f75d18abf63d97306f0730354 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 7 Nov 2025 10:15:22 +0100 Subject: [PATCH] user add: hide active checkbox --- dashboard/TRANSLATIONS.md | 2 ++ dashboard/src/components/UserDialog.vue | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dashboard/TRANSLATIONS.md b/dashboard/TRANSLATIONS.md index f4611a310..2f56865a0 100644 --- a/dashboard/TRANSLATIONS.md +++ b/dashboard/TRANSLATIONS.md @@ -59,6 +59,8 @@ Checkbox labels do not have a full stop at the end 'Remove' for non-destructive/less destructive things (app password remove) 'Delete' for destructive (user delete) +'Close' - Only for dialogs with the only button + ### Dialog Text When asking for confirmation simply ask 'Remove app password "xxx"' . Don't use "really" diff --git a/dashboard/src/components/UserDialog.vue b/dashboard/src/components/UserDialog.vue index 846651d36..8204b367b 100644 --- a/dashboard/src/components/UserDialog.vue +++ b/dashboard/src/components/UserDialog.vue @@ -294,7 +294,8 @@ defineExpose({ - + +