This commit is contained in:
Bruno Windels 2020-03-09 16:50:34 +01:00
parent f7cb633e3d
commit dcbbf31f04

View file

@ -190,8 +190,8 @@ export default class AliasSettings extends React.Component {
Modal.createTrackedDialog('Error updating alternative addresses', '', ErrorDialog, { Modal.createTrackedDialog('Error updating alternative addresses', '', ErrorDialog, {
title: _t("Error updating main address"), title: _t("Error updating main address"),
description: _t( description: _t(
"There was an error updating the room's alternative addresses. It may not be allowed by the server " + "There was an error updating the room's alternative addresses. " +
"or a temporary failure occurred.", "It may not be allowed by the server or a temporary failure occurred.",
), ),
}); });
}).finally(() => { }).finally(() => {