Migrate more strings to translation keys (#11680)
This commit is contained in:
@@ -346,7 +346,7 @@ export default class ForgotPassword extends React.Component<Props, State> {
|
||||
|
||||
public async renderConfirmLogoutDevicesDialog(): Promise<boolean> {
|
||||
const { finished } = Modal.createDialog(QuestionDialog, {
|
||||
title: _t("Warning!"),
|
||||
title: _t("common|warning"),
|
||||
description: (
|
||||
<div>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user