mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Minor text changes
This commit is contained in:
@@ -488,7 +488,7 @@ const supportedLanguages: LanguageOption[] = [
|
||||
const supportedLatinLanguages = supportedLanguages.filter(
|
||||
(lan) => lan.script == "Latn",
|
||||
);
|
||||
supportedLatinLanguages.push({ value: undefined, name: "None" });
|
||||
supportedLatinLanguages.push({ value: undefined, name: "No Translation" });
|
||||
|
||||
export { supportedLatinLanguages };
|
||||
|
||||
|
||||
@@ -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