Change UI auth title for cross-signing

This commit is contained in:
J. Ryan Stinnett 2020-01-31 15:04:51 +00:00
parent 02cada7cc6
commit d5811cad28
3 changed files with 3 additions and 4 deletions

View file

@ -139,7 +139,7 @@ export async function accessSecretStorage(func = async () => { }) {
const { finished } = Modal.createTrackedDialog(
'Cross-signing keys dialog', '', InteractiveAuthDialog,
{
title: _t("Send cross-signing keys to homeserver"),
title: _t("Setting up keys"),
matrixClient: MatrixClientPeg.get(),
makeRequest,
},