1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

i18n'ed all over the plaace

This commit is contained in:
Half-Shot
2019-12-09 13:54:21 +00:00
parent 7ee5f7ba38
commit 6225e402cc
3 changed files with 45 additions and 25 deletions

View File

@@ -28,7 +28,7 @@ import BridgeSettingsTab from "../settings/tabs/room/BridgeSettingsTab";
import sdk from "../../../index";
import MatrixClientPeg from "../../../MatrixClientPeg";
import dis from "../../../dispatcher";
import SettingsStore from "../settings/SettingsStore";
import SettingsStore from "../../../settings/SettingsStore";
export default class RoomSettingsDialog extends React.Component {
static propTypes = {