diff --git a/src/skins/vector/views/organisms/UserSettings.js b/src/skins/vector/views/organisms/UserSettings.js index 7595165193..64aac34bff 100644 --- a/src/skins/vector/views/organisms/UserSettings.js +++ b/src/skins/vector/views/organisms/UserSettings.js @@ -42,7 +42,7 @@ module.exports = React.createClass({ }, changePassword: function() { - var ChangePassword = sdk.getComponent('molecules/ChangePassword'); + var ChangePassword = sdk.getComponent('molecules.ChangePassword'); Modal.createDialog(ChangePassword); }, @@ -60,8 +60,8 @@ module.exports = React.createClass({ case this.Phases.Loading: return case this.Phases.Display: - var EditableText = sdk.getComponent('atoms/EditableText'); - var EnableNotificationsButton = sdk.getComponent('atoms/EnableNotificationsButton'); + var EditableText = sdk.getComponent('atoms.EditableText'); + var EnableNotificationsButton = sdk.getComponent('atoms.EnableNotificationsButton'); return (