// Copyright 2015-2019 Parity Technologies (UK) Ltd. // This file is part of Parity. // // SPDX-License-Identifier: BSD-3-Clause import React from 'react'; import i18n, { packageNS } from '../../../i18n'; export const Feedback = ({ accountsListLength }) => ( {i18n.t(`${packageNS}:feedback:title`)} );