Migrate more strings to translation keys (#11680)
This commit is contained in:
parent
8014cebb20
commit
6af4335db1
101 changed files with 6739 additions and 5973 deletions
|
@ -155,7 +155,7 @@ export default class MKeyVerificationRequest extends React.Component<IProps> {
|
|||
} else if (request.phase === VerificationPhase.Cancelled) {
|
||||
stateLabel = this.cancelledLabel(request.cancellingUserId!);
|
||||
} else if (request.accepting) {
|
||||
stateLabel = _t("Accepting…");
|
||||
stateLabel = _t("encryption|verification|accepting");
|
||||
} else if (request.declining) {
|
||||
stateLabel = _t("Declining…");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue