Skip to content

Instantly share code, notes, and snippets.

@ericakfranz
Created January 26, 2024 20:45
Show Gist options
  • Save ericakfranz/0db1c4a62cc80e3411d081b70d0d424f to your computer and use it in GitHub Desktop.
Save ericakfranz/0db1c4a62cc80e3411d081b70d0d424f to your computer and use it in GitHub Desktop.
OptinMonster Click to Copy button "Copied!" text translation script
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