Add hint that clipboard requires https to message #5298
mintar
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Please provide a concise description of the problem that would be addressed by this feature.
When I tried to copy the ingredient list, I got the error message "Your browser does not support clipboard" on Firefox. I tried again using Chromium, but got the same message. After some googling, I found #3141, which included the helpful hint that the clipboard requires https. I am in fact serving my local install over http, not https, so that explains the problem.
Please provide a concise description of the feature that would resolve your issue.
The message is defined here:
mealie/frontend/lang/messages/en-US.json
Line 204 in cbfb649
From #3141, I found this non-localized message:
mealie/frontend/components/global/AppButtonCopy.vue
Line 83 in cbfb649
In my opinion, the second message is much better because it hints at the https problem. Can we include something like that in the
your-browser-does-not-support-clipboard
message (and all its translations)?Please consider and list out some caveats or tradeoffs made in your design decision
N/A
Additional Information
Beta Was this translation helpful? Give feedback.
All reactions