From 6298a50bbe0a0fdcd7cf4c8d3419f2da0d39299a Mon Sep 17 00:00:00 2001 From: okbel Date: Tue, 10 Jul 2018 12:33:31 -0300 Subject: [PATCH] Translations :/ --- .../stream/components/PermalinkPopover.tsx | 17 +++++++++++++++-- src/core/client/ui/components/Button/Button.tsx | 1 - src/locales/en-US/stream.ftl | 3 +++ src/locales/es/stream.ftl | 3 +++ 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/src/core/client/stream/components/PermalinkPopover.tsx b/src/core/client/stream/components/PermalinkPopover.tsx index 776edbccf..eaa3368fd 100644 --- a/src/core/client/stream/components/PermalinkPopover.tsx +++ b/src/core/client/stream/components/PermalinkPopover.tsx @@ -1,3 +1,4 @@ +import { Localized as L } from "fluent-react/compat"; import React from "react"; import CopyToClipboard from "react-copy-to-clipboard"; import { Button, Popover, TextField } from "talk-ui/components"; @@ -49,13 +50,25 @@ class PermalinkPopover extends React.Component {
- +
} > ); diff --git a/src/core/client/ui/components/Button/Button.tsx b/src/core/client/ui/components/Button/Button.tsx index 127d16c2e..dadb7a35d 100644 --- a/src/core/client/ui/components/Button/Button.tsx +++ b/src/core/client/ui/components/Button/Button.tsx @@ -49,7 +49,6 @@ class Button extends React.Component { [classes.secondary]: secondary, }); - console.log(this.props); return (