Skip to content

Commit

Permalink
requested fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pyxfluff committed Nov 22, 2023
1 parent b8110a8 commit ba5bc84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,5 @@
"uploaded": { "message": "Uploaded" },
"hide_unfollowers_page": { "message": "Hide unfollowers page" },
"custom_font": { "message": "<CUSTOM>" },
"only_on_twitter": { "message": "Only on Twitter" },
"current_font": { "message": "Current font: $FONT$", "placeholders": { "font": { "content": "Arial" } } }
}
2 changes: 1 addition & 1 deletion scripts/apis.js
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ const API = {
desc = desc.replace(` posts`, ` ${LOC.tweets.message}`)
}
if(desc.find('Only on X')) {
desc = desc.replace(`Only on X`, ` ${LOC.only_on_twitter.message}`)
desc = desc.replace(`Only on X`, `Only on ${LOC.twitter.message}`)
}
data.push({trend:{
name: trend.item.content.trend.name,
Expand Down

0 comments on commit ba5bc84

Please sign in to comment.