Misc 3 #57

Merged
oysteikt merged 4 commits from misc into main 2024-08-18 00:20:39 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 54a38255e6 - Show all commits

View File

@ -540,7 +540,7 @@ pub fn display_privilege_diffs(diffs: &BTreeSet<DatabasePrivilegesDiff>) -> Stri
table.add_row(row![
p.db,
p.user,
"(New user)\n".to_string() + &display_new_privileges_list(p)
"(Previously unprivileged)\n".to_string() + &display_new_privileges_list(p)
]);
}
DatabasePrivilegesDiff::Modified(p) => {