After installing the Comala ShareIt plugin on Confluence, there's an option called "Share this page" in the top right drop down menu. Can we change the name of the option ("share this page" to "some other name"). Please check the image below for reference.
Hi @fayaz jira ,
In addition to providing some feedback for our product team, I'd like to offer you a workaround for the time being.
If you navigate to Confluence Administration > Stylesheet > Edit, you can add the following bit of code to change the text. Note that this will only change the text for the link and nothing else:
a#share-it-page-dialog span {
display: none;
}
a#share-it-page-dialog:after {
content: 'whatever it is you want to add';
}
Just update that next to last line to whatever you might want.
Hi @fayaz jira , "Share this Page" is hard-coded into the app, so there is no way to change it.
If you let me know what your use case is, I can take your feedback to our product team so they can log it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.