Skip to content

Commit

Permalink
fix powered by tenor alt text translation
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Jun 28, 2024
1 parent c05a6a8 commit 249cc61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const TenorAttribution: FunctionComponent = () => {
return (
<Flex justifyContent="flex-end">
<Localized
id="comments-postComment-gifSearch-powered-by-giphy"
id="comments-postComment-gifSearch-powered-by-tenor"
attrs={{ alt: true }}
>
<img
Expand Down
2 changes: 2 additions & 0 deletions locales/en-US/stream.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ comments-postComment-gifSearch-loading = Loading...
comments-postComment-gifSearch-no-results = No results found for {$query}
comments-postComment-gifSearch-powered-by-giphy =
.alt = Powered by giphy
comments-postComment-gifSearch-powered-by-tenor =
.alt = Powered by tenor
comments-postComment-pasteImage = Paste image URL
comments-postComment-insertImage = Insert
Expand Down

0 comments on commit 249cc61

Please sign in to comment.