change(ui) - text changes
This commit is contained in:
parent
a99ba301c6
commit
e5f488f422
4 changed files with 4 additions and 4 deletions
|
|
@ -129,7 +129,7 @@ function LiveSessionList(props: Props) {
|
|||
title={"No live sessions."}
|
||||
subtext={
|
||||
<span>
|
||||
See how to <a target="_blank" className="link" href="https://docs.openreplay.com/plugins/assist">{'enable Assist'}</a> and ensure you're using tracker-assist <span className="font-medium">v3.5.0</span> or higher.
|
||||
See how to setup the <a target="_blank" className="link" href="https://docs.openreplay.com/plugins/assist">{'Assist'}</a> plugin, if you haven’t done that already.
|
||||
</span>
|
||||
}
|
||||
image={<img src="/assets/img/live-sessions.png"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ function CaptureRate(props) {
|
|||
return useObserver(() => (
|
||||
<Loader loading={loading}>
|
||||
<h3 className="text-lg">Recordings</h3>
|
||||
<div className="my-1">What percentage of user sessions do you want to Capture?</div>
|
||||
<div className="my-1">The percentage of session you want to capture</div>
|
||||
<div className="mt-2 mb-4 mr-1 flex items-center">
|
||||
<Toggler
|
||||
checked={captureAll}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ function DefaultPlaying(props) {
|
|||
return useObserver(() => (
|
||||
<>
|
||||
<h3 className="text-lg">Default Playing Option</h3>
|
||||
<div className="my-1">Always start playing the session from the first issue.</div>
|
||||
<div className="my-1">Always start playing the session from the first issue</div>
|
||||
<div className="mt-2">
|
||||
<Toggler
|
||||
checked={sessionSettings.skipToIssue}
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ function ListingVisibility(props) {
|
|||
return (
|
||||
<>
|
||||
<h3 className="text-lg">Listing Visibility</h3>
|
||||
<div className="my-1">Do not show sessions with duration.</div>
|
||||
<div className="my-1">Do not show sessions with duration:</div>
|
||||
<div className="grid grid-cols-12 gap-2 mt-2">
|
||||
<div className="col-span-4">
|
||||
<Select
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue