diff --git a/locales/en-US.yml b/locales/en-US.yml
index a94af60a1c..d2dd2dd6ff 100644
--- a/locales/en-US.yml
+++ b/locales/en-US.yml
@@ -159,7 +159,7 @@ proxyAccount: "Proxy account"
proxyAccountDescription: "A proxy account is an account that acts as a remote follower for users under certain conditions. For example, when a user adds a remote user to the list, the remote user's activity will not be delivered to the instance if no local user is following that user, so the proxy account will follow instead."
host: "Host"
selectUser: "Select a user"
-recipient: "Recipient"
+recipient: "Recipient(s)"
annotation: "Comments"
federation: "Federation"
instances: "Instances"
diff --git a/package.json b/package.json
index f536b0f29b..97730121a1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "calckey",
- "version": "12.119.0-calc.14.8",
+ "version": "12.119.0-calc.14.9",
"codename": "aqua",
"repository": {
"type": "git",
diff --git a/packages/client/src/components/MkPostForm.vue b/packages/client/src/components/MkPostForm.vue
index 254fc7889d..e7b7de7fae 100644
--- a/packages/client/src/components/MkPostForm.vue
+++ b/packages/client/src/components/MkPostForm.vue
@@ -30,13 +30,13 @@