replace modal with box
This commit is contained in:
parent
d4e9865ada
commit
2a3edaf18a
6
src/translations/en.js
vendored
6
src/translations/en.js
vendored
|
@ -35,9 +35,9 @@ module.exports = {
|
||||||
not_implemented: "Not Yet Implemented",
|
not_implemented: "Not Yet Implemented",
|
||||||
|
|
||||||
// Copyable Modal
|
// Copyable Modal
|
||||||
copy_modal_download_btn: "Download",
|
copy_box_download_btn: "Download",
|
||||||
copy_modal_copy_btn: "Copy",
|
copy_box_copy_btn: "Copy",
|
||||||
copy_modal_close_btn: "Close",
|
copy_box_close_btn: "Close",
|
||||||
|
|
||||||
// Generic Loading Text
|
// Generic Loading Text
|
||||||
content_loading: "Loading..",
|
content_loading: "Loading..",
|
||||||
|
|
Loading…
Reference in a new issue