diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-07-04 01:49:57 +0200 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2018-07-04 08:49:57 +0900 |
commit | 8ff0d64d05cf3533e8796309bdce4397762a7a2a (patch) | |
tree | 31c213f155d2778fc1ee4c661ec9ebd41f70c136 | |
parent | 5b6db8a62a4305806b6257a78e0a85d3f91fcc54 (diff) |
What is on your mind -> What's on your mind (#7938)
-rw-r--r-- | app/javascript/mastodon/locales/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index 455c22dbb..d1160adc0 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -65,7 +65,7 @@ "compose_form.hashtag_warning": "This toot won't be listed under any hashtag as it is unlisted. Only public toots can be searched by hashtag.", "compose_form.lock_disclaimer": "Your account is not {locked}. Anyone can follow you to view your follower-only posts.", "compose_form.lock_disclaimer.lock": "locked", - "compose_form.placeholder": "What is on your mind?", + "compose_form.placeholder": "What's on your mind?", "compose_form.publish": "Toot", "compose_form.publish_loud": "{publish}!", "compose_form.sensitive.marked": "Media is marked as sensitive", |