Skip to content

Commit 1ab2a44

Browse files
Upstream sync
Merge upstream main into fork main
2 parents 7faa8c1 + 0c8ae99 commit 1ab2a44

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/pages/PrivacyPolicy/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function PrivacyPolicy() {
99
{
1010
category: "Description of the service",
1111
details:
12-
"OSCAR is an open-source platform to support the serverless computing model for file-processing applications. It can be automatically deployed on multi-Clouds in order to create highly-parallel event-driven file-processing serverless applications that execute on customized runtime environments provided by Docker containers than run on an elastic Kubernetes cluster.",
12+
"OSCAR is an open-source platform to support the serverless computing model for file-processing applications. It can be automatically deployed on multi-Clouds in order to create highly-parallel event-driven file-processing serverless applications that execute on customized runtime environments provided by Docker containers that run on an elastic Kubernetes cluster.",
1313
},
1414
{
1515
category: "Data controller",

src/pages/ui/hub/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ function HubView() {
137137
style={{ fontSize: 16 }}
138138
/>
139139
<label
140-
htmlFor="syncServices"
140+
htmlFor="exposedServices"
141141
style={{ fontSize: 14}}
142-
>Esposed services</label>
142+
>Exposed services</label>
143143
</div>
144144
</SelectContent>
145145
</Select>

src/pages/ui/services/components/InvokePopover/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export function InvokePopover({ service, triggerRenderer }: Props) {
8383
} else if (uploadedFile.type.startsWith("image/")) {
8484
setFileType("image");
8585
} else {
86-
alert.error("Type file not supported");
86+
alert.error("File type not supported");
8787
return;
8888
}
8989

@@ -186,7 +186,7 @@ export function InvokePopover({ service, triggerRenderer }: Props) {
186186
setFileType(null);
187187
}}
188188
>
189-
Or use code editor
189+
Or use the code editor
190190
<ArrowRight className="h-4 w-4 ml-2" />
191191
</Button>
192192
</div>

0 commit comments

Comments
 (0)