mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 05:09:05 +00:00
Minor text changes
This commit is contained in:
@@ -91,7 +91,7 @@ const TranscriptCreate = () => {
|
||||
</label>
|
||||
|
||||
<label className="mb-3">
|
||||
<p>Live translate to </p>
|
||||
<p>Do you want to enable live translation?</p>
|
||||
<SelectSearch
|
||||
search
|
||||
options={supportedLatinLanguages}
|
||||
@@ -124,7 +124,7 @@ const TranscriptCreate = () => {
|
||||
onClick={send}
|
||||
disabled={!permissionOk || loadingSend}
|
||||
>
|
||||
{loadingSend ? "loading" : "Send"}
|
||||
{loadingSend ? "Loading..." : "Confirm"}
|
||||
</button>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user