mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-09 06:06:19 +02:00
fix lint
This commit is contained in:
parent
f7cb633e3d
commit
dcbbf31f04
@ -190,8 +190,8 @@ export default class AliasSettings extends React.Component {
|
||||
Modal.createTrackedDialog('Error updating alternative addresses', '', ErrorDialog, {
|
||||
title: _t("Error updating main address"),
|
||||
description: _t(
|
||||
"There was an error updating the room's alternative addresses. It may not be allowed by the server " +
|
||||
"or a temporary failure occurred.",
|
||||
"There was an error updating the room's alternative addresses. " +
|
||||
"It may not be allowed by the server or a temporary failure occurred.",
|
||||
),
|
||||
});
|
||||
}).finally(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user