Fix a single grammar error (#25512)
Update food-component.ftl why was I the only one that noticed it
This commit is contained in:
parent
2a5eb86e22
commit
39a2ff5c0a
1 changed files with 1 additions and 1 deletions
|
|
@ -24,6 +24,6 @@ food-system-verb-eat = Eat
|
|||
|
||||
## Force feeding
|
||||
|
||||
food-system-force-feed = {CAPITALIZE(THE($user))} is trying feed you something!
|
||||
food-system-force-feed = {CAPITALIZE(THE($user))} is trying to feed you something!
|
||||
food-system-force-feed-success = {CAPITALIZE(THE($user))} forced you to eat something! {$flavors}
|
||||
food-system-force-feed-success-user = You successfully feed {THE($target)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue