Skip to content

Commit

Permalink
Fix missing intl strings
Browse files Browse the repository at this point in the history
  • Loading branch information
DingDongSoLong4 committed Dec 25, 2023
1 parent 0cdea20 commit 97b7ceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui/v2.5/src/components/List/Filters/PhashFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const PhashFilter: React.FC<IPhashFilterProps> = ({
className="btn-secondary"
onChange={valueChanged}
value={value ? value.value : ""}
placeholder={intl.formatMessage({ id: "phash" })}
placeholder={intl.formatMessage({ id: "media_info.phash" })}
/>
</Form.Group>
{criterion.modifier !== CriterionModifier.IsNull &&
Expand Down
1 change: 1 addition & 0 deletions ui/v2.5/src/locales/en-GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,7 @@
"unknown": "Unknown",
"wall": "Wall"
},
"distance": "Distance",
"donate": "Donate",
"dupe_check": {
"description": "Levels below 'Exact' can take longer to calculate. False positives might also be returned on lower accuracy levels.",
Expand Down

0 comments on commit 97b7ceb

Please sign in to comment.