Jump to content

Change text 'Play Next Up' (due to translation)


cochize1
Go to solution Solved by Happy2Play,

Recommended Posts

cochize1

How can I change this bit to something different. The translation in my language is misleading and I want to change it to what I find more precise

image.thumb.png.6fb528073960249dcefd7c126335f2ae.png

Link to comment
Share on other sites

Happy2Play

Ideally if the translation is incorrect, it should be updated via translations.

But the same way I showed you in other topics.  

button.btnResume .resumeButtonText {text-indent: -9999px;
line-height: 0;
}

button.btnResume .resumeButtonText:after {
content: "Your Text";
text-indent: 0;
display: block;
line-height: initial;
}

 

Link to comment
Share on other sites

cochize1

ok, but this code changes every 'Resume' button to show the same text whereas in some places there is an extra time feature added.

So, how to change the resume button where it says 'Play Next Up' to 'My Text 1' and how to change 'Reasume from ...' to 'My Text 2 from ...'.

image.thumb.png.330dd76d555f5eddd1bcce6cf3633239.png

and

image.thumb.png.6faa680e73e1567b4766f5ac99542fb9.png

Edited by cochize1
Link to comment
Share on other sites

  • Solution
Happy2Play

The text is applied by script pointing to translations so no.  All you can do is edit your language json in \system\dashboard-ui\modules\common\strings.

"HeaderPlayNextUp": "Play Next Up"
"ResumeAt": "Resume from {0}",

But needs edited with every server update.

Edited by Happy2Play
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...