about summary refs log tree commit diff
path: root/app/javascript/mastodon
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2020-02-03 13:30:05 -0600
committermultiple creatures <dev@multiple-creature.party>2020-02-03 13:30:05 -0600
commit353558c59f48d981743203ab977dbf2ae454ba02 (patch)
tree04fbe8302af2851c04c01c0359f3901b275561c9 /app/javascript/mastodon
parent2198000607c6478d51784a526b472434efe17c63 (diff)
shorten poll add button labels
Diffstat (limited to 'app/javascript/mastodon')
-rw-r--r--app/javascript/mastodon/locales/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json
index 1848c6c62..9d6124e36 100644
--- a/app/javascript/mastodon/locales/en.json
+++ b/app/javascript/mastodon/locales/en.json
@@ -79,7 +79,7 @@
   "compose_form.lock_disclaimer.lock": "locked",
   "compose_form.placeholder": "Roar shamelessly!",
   "compose_form.placeholder_as": "Signing as {signature}.\nRoar shamelessly!",
-  "compose_form.poll.add_option": "Add a choice",
+  "compose_form.poll.add_option": "Add choice",
   "compose_form.poll.duration": "Poll duration",
   "compose_form.poll.option_placeholder": "Choice {number}",
   "compose_form.poll.remove_option": "Remove this choice",