[ADF-4394] - add suport for copy clipboard on JSON cell type (#4611)

* [ADF-4394] - add suport for copy clipboard  on JSON cell type

* [ADF-4394] - lint

* [ADF-4394] - change translation keys
This commit is contained in:
Silviu Popa
2019-04-17 12:23:36 +03:00
committed by Maurizio Vitale
parent e1a0475dfc
commit 550c0006c9
6 changed files with 28 additions and 8 deletions

View File

@@ -422,6 +422,9 @@
"CRYPTODOC_ENABLED": "Is Cryptodoc Enabled"
}
}
},
"CLIPBOARD": {
"CLICK_TO_COPY": "Click to copy",
"SUCCESS_COPY": "Text copied to clipboard"
}
}