diff options
| author | Leah <kevinlukej@gmail.com> | 2024-08-26 22:09:22 +0200 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-10-03 16:58:50 +0100 |
| commit | d8474ceda5d2a08efceb91c0b5a95136224246e5 (patch) | |
| tree | 12103dc38b8df48dc9a179debb8c707952483b77 | |
| parent | You can now disable cat speak in settings (client side) (diff) | |
| download | sharkey-d8474ceda5d2a08efceb91c0b5a95136224246e5.tar.gz sharkey-d8474ceda5d2a08efceb91c0b5a95136224246e5.tar.bz2 sharkey-d8474ceda5d2a08efceb91c0b5a95136224246e5.zip | |
Fixed grammar
| -rw-r--r-- | locales/en-US.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locales/en-US.yml b/locales/en-US.yml index f04d82d378..13467ff977 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -184,7 +184,7 @@ flagAsBotDescription: "Enable this option if this account is controlled by a pro flagAsCat: "Mark this account as a cat" flagAsCatDescription: "Enable this option to mark this account as a cat." flagSpeakAsCat: "Speak as a cat" -flagSpeakAsCatDescription: "Your posts will get nyanified when in cat mode. If this isnt working please check that you dont have 'Disable cat speak' on under General/Note Display" +flagSpeakAsCatDescription: "Your posts will get nyanified when in cat mode. If this isn't working please check that you dont have 'Disable cat speak' on under General/Note Display" flagShowTimelineReplies: "Show replies in timeline" flagShowTimelineRepliesDescription: "Shows replies of users to notes of other users in the timeline if turned on." autoAcceptFollowed: "Automatically approve follow requests from users you're following" |