question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Replace button text

See original GitHub issue

As the client can no longer report others, but can still use the Social Interactions screen, the button text should be changed from Player Reporting to Social Interactions, aka menu.playerReporting to gui.socialInteractions.title.

Edit: this should be done only when the mod is present on server and client or when #62 is enabled.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Secret-chestcommented, Jul 21, 2022

There could also be a setting in mod options to disable it.

Disabling it would have to be reverted if a friend system is implemented.

You can press P

0reactions
Aizistralcommented, Jul 30, 2022

Ah, okay. Well, questionable naming is on Mojang anyways, seeing how player reporting is not the only thing that can be done in social interactions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to change the text of a button in jQuery? - Stack Overflow
Depends on what type of button you are using <input type='button' value='Add' id='btnAddProfile'> $("#btnAddProfile").attr('value', ...
Read more >
How to Change the Text of a Button using jQuery
Answer: Use the jQuery prop() and html() Methods ... You can simply use the jQuery prop() method to change the text of the...
Read more >
How to Change the Text of a Button using jQuery?
How to Change the Text of a Button using jQuery? · Get the text from the <button> element. · It matches the selector...
Read more >
How to change the Button element text using JavaScript
To change the button text, first we need to access the button element inside the JavaScript by using the document.getElementById() method and ...
Read more >
Changing Button's Text - JavaScript - permadi.com
To change the text of a button that has been declared with <input type="button"> tag: use the button's value property. For example: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found