diff --git a/src/components/structures/ContextualMenu.js b/src/components/structures/ContextualMenu.js index d6a11ca974..12603c1b45 100644 --- a/src/components/structures/ContextualMenu.js +++ b/src/components/structures/ContextualMenu.js @@ -1,6 +1,6 @@ /* Copyright 2015, 2016 OpenMarket Ltd -Copyright 2018 Vector Creations Ltd +Copyright 2018 New Vector Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/components/structures/UserSettings.js b/src/components/structures/UserSettings.js index 8511010ed6..25ca70056b 100644 --- a/src/components/structures/UserSettings.js +++ b/src/components/structures/UserSettings.js @@ -1304,9 +1304,9 @@ module.exports = React.createClass({
{ _t("Logged in as:") + ' ' } - + { this._me } - +
{ _t('Access Token:') + ' ' } diff --git a/src/components/views/dialogs/ShareDialog.js b/src/components/views/dialogs/ShareDialog.js index a88052ee6d..e68922d35a 100644 --- a/src/components/views/dialogs/ShareDialog.js +++ b/src/components/views/dialogs/ShareDialog.js @@ -1,5 +1,5 @@ /* -Copyright 2018 Vector Creations Ltd +Copyright 2018 New Vector Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ const socials = [ img: 'img/social/', url: (url) => `https://plus.google.com/share?url=${url}`, },*/ { - name: 'Linked In', + name: 'LinkedIn', img: 'img/social/linkedin.png', url: (url) => `https://www.linkedin.com/shareArticle?mini=true&url=${url}`, }, { @@ -193,13 +193,14 @@ export default class ShareDialog extends React.Component {

Social

{ - socials.map((social) => - + {social.name} ) }