Skip to content

Commit

Permalink
added missing keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
robfrks committed Aug 8, 2024
1 parent 7647ddd commit 331e13d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/NavItems/tools/C2pa/C2pa.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const C2paData = () => {
<Box>
<HeaderTool
name={keyword("c2pa_title")}
description={"c2pa description"}
description={keyword("c2pa_description")}
/>
<Card>
<CardHeader
Expand All @@ -53,7 +53,7 @@ const C2paData = () => {
justifyContent="space-between"
alignItems="center"
>
<span>{"C2pa data"}</span>
<span>{keyword("image_link")}</span>
</Grid>
}
className={classes.headerUploadedImage}
Expand All @@ -62,10 +62,10 @@ const C2paData = () => {
<Box p={3}>
<form>
<StringFileUploadField
labelKeyword={""}
placeholderKeyword={""}
submitButtonKeyword={"submit"}
localFileKeyword={"local file"}
labelKeyword={keyword("image_link")}
placeholderKeyword={keyword("placeholder")}
submitButtonKeyword={keyword("submit_button")}
localFileKeyword={keyword("button_localfile")}
urlInput={input}
setUrlInput={setInput}
fileInput={imageFile}
Expand Down

0 comments on commit 331e13d

Please sign in to comment.