mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Typo
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
65ab0ee665
commit
522c2d9dc7
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ export default class CallHandler {
|
|||
{_t("Call failed because no webcam or microphone could not be accessed. Check that:")}
|
||||
<ul>
|
||||
<li>{_t("A microphone and webcam are plugged in and set up correctly")}</li>
|
||||
<li>{_t("Permission is granted to usethe webcam")}</li>
|
||||
<li>{_t("Permission is granted to use the webcam")}</li>
|
||||
<li>{_t("No other application is using the webcam")}</li>
|
||||
</ul>
|
||||
</div>;
|
||||
|
|
Loading…
Reference in a new issue