You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Create more action_*
common strings (#11438)
This commit is contained in:
committed by
GitHub
parent
e79b03a2df
commit
d5cacff6c3
@@ -364,7 +364,7 @@ async function onFailedDelegatedAuthLogin(description: string | ReactNode, tryAg
|
||||
Modal.createDialog(ErrorDialog, {
|
||||
title: _t("We couldn't log you in"),
|
||||
description,
|
||||
button: _t("Try again"),
|
||||
button: _t("action|try_again"),
|
||||
// if we have a tryAgain callback, call it the primary 'try again' button was clicked in the dialog
|
||||
onFinished: tryAgain ? (shouldTryAgain?: boolean) => shouldTryAgain && tryAgain() : undefined,
|
||||
});
|
||||
|
Reference in New Issue
Block a user