Migrate more strings to translation keys (#11665)
This commit is contained in:
parent
de250df520
commit
54c88c57ed
127 changed files with 6797 additions and 5825 deletions
|
@ -37,7 +37,7 @@ const CopyableText: React.FC<IProps> = ({ children, getTextToCopy, border = true
|
|||
e.preventDefault();
|
||||
const text = getTextToCopy();
|
||||
const successful = !!text && (await copyPlaintext(text));
|
||||
setTooltip(successful ? _t("Copied!") : _t("Failed to copy"));
|
||||
setTooltip(successful ? _t("common|copied") : _t("error|failed_copy"));
|
||||
};
|
||||
|
||||
const onHideTooltip = (): void => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue