Skip to content

Commit

Permalink
Fixed "Post" not being replaced with "Tweet" on the button in in the …
Browse files Browse the repository at this point in the history
…tweet editor
  • Loading branch information
insin committed Feb 28, 2024
1 parent d579c00 commit 3ccd191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ const PagePaths = {
ADD_MUTED_WORD: '/settings/add_muted_keyword',
BOOKMARKS: '/i/bookmarks',
COMPOSE_MESSAGE: '/messages/compose',
COMPOSE_TWEET: '/compose/tweet',
COMPOSE_TWEET: '/compose/post',
CONNECT: '/i/connect',
CUSTOMIZE_YOUR_VIEW: '/i/display',
HOME: '/home',
Expand Down

0 comments on commit 3ccd191

Please sign in to comment.