diff --git a/locales/en-US.yml b/locales/en-US.yml index 413d097f6..36a733b94 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -710,6 +710,8 @@ botProtection: "Bot Protection" instanceBlocking: "Blocked Instances" selectAccount: "Select account" switchAccount: "Switch account" +cannotAttachFileWhenAccountSwitched: "You cannot attach a file while switched to another account." +cannotSwitchAccountWhenFileAttached: "You cannot switch accounts while files are attached." enabled: "Enabled" disabled: "Disabled" quickAction: "Quick actions" diff --git a/packages/client/src/components/post-form.vue b/packages/client/src/components/post-form.vue index 3d5434096..04b7d3800 100644 --- a/packages/client/src/components/post-form.vue +++ b/packages/client/src/components/post-form.vue @@ -7,7 +7,12 @@ >
-
@@ -45,7 +50,14 @@