mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 13:47:15 +01:00
Update language keys.
This commit is contained in:
parent
f1624780ee
commit
876c8f7a68
39 changed files with 541 additions and 581 deletions
|
|
@ -3,7 +3,7 @@ import Button from './Button';
|
|||
import { FormattedMessage } from 'react-intl';
|
||||
|
||||
const defaultText = (
|
||||
<FormattedMessage id="button.copy-to-clipboard" defaultMessage="Copy to clipboard" />
|
||||
<FormattedMessage id="label.copy-to-clipboard" defaultMessage="Copy to clipboard" />
|
||||
);
|
||||
|
||||
export default function CopyButton({ element, ...props }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue