mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 04:39:06 +00:00
Minor text changes
This commit is contained in:
@@ -488,7 +488,7 @@ const supportedLanguages: LanguageOption[] = [
|
|||||||
const supportedLatinLanguages = supportedLanguages.filter(
|
const supportedLatinLanguages = supportedLanguages.filter(
|
||||||
(lan) => lan.script == "Latn",
|
(lan) => lan.script == "Latn",
|
||||||
);
|
);
|
||||||
supportedLatinLanguages.push({ value: undefined, name: "None" });
|
supportedLatinLanguages.push({ value: undefined, name: "No Translation" });
|
||||||
|
|
||||||
export { supportedLatinLanguages };
|
export { supportedLatinLanguages };
|
||||||
|
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ const TranscriptCreate = () => {
|
|||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label className="mb-3">
|
<label className="mb-3">
|
||||||
<p>Live translate to </p>
|
<p>Do you want to enable live translation?</p>
|
||||||
<SelectSearch
|
<SelectSearch
|
||||||
search
|
search
|
||||||
options={supportedLatinLanguages}
|
options={supportedLatinLanguages}
|
||||||
@@ -124,7 +124,7 @@ const TranscriptCreate = () => {
|
|||||||
onClick={send}
|
onClick={send}
|
||||||
disabled={!permissionOk || loadingSend}
|
disabled={!permissionOk || loadingSend}
|
||||||
>
|
>
|
||||||
{loadingSend ? "loading" : "Send"}
|
{loadingSend ? "Loading..." : "Confirm"}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user