fix: new translation message (#12312)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2025-07-16 09:25:47 +08:00
committed by GitHub
parent d5eb87ee8b
commit e31b04b6a7
47 changed files with 47 additions and 47 deletions

View File

@@ -709,6 +709,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Incorrect username or password.", ""),
("The user is not an administrator.", ""),
("Failed to check if the user is an administrator.", ""),
("Supported only by the installation version.", ""),
("Supported only in the installed version.", ""),
].iter().cloned().collect();
}