Remove duplicate translated string (#10139)
This commit is contained in:
parent
986b7cbb61
commit
ac7f69216e
7 changed files with 9 additions and 10 deletions
|
@ -1042,7 +1042,7 @@ export const Commands = [
|
|||
throw newTranslatableError("Session already verified!");
|
||||
} else {
|
||||
throw newTranslatableError(
|
||||
"WARNING: Session already verified, but keys do NOT MATCH!",
|
||||
"WARNING: session already verified, but keys do NOT MATCH!",
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue