Created
January 26, 2024 20:45
-
-
Save ericakfranz/0db1c4a62cc80e3411d081b70d0d424f to your computer and use it in GitHub Desktop.
OptinMonster Click to Copy button "Copied!" text translation script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.addEventListener('om.Main.init', function (evt) { | |
var Strings = evt.detail._utils.strings; | |
// Replace ¡Copiada! below with the text you wish to use. | |
Strings['Copied!'] = '¡Copiada!'; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment