Merge pull request #2431 from jitsi/recommended_browsers_link
fix(recommended-browsers): Fix link
This commit is contained in:
commit
4ab34589c8
|
@ -225,7 +225,7 @@
|
||||||
"mutedTitle": "You're muted!",
|
"mutedTitle": "You're muted!",
|
||||||
"raisedHand": "Would like to speak.",
|
"raisedHand": "Would like to speak.",
|
||||||
"suboptimalExperienceTitle": "Browser Warning",
|
"suboptimalExperienceTitle": "Browser Warning",
|
||||||
"suboptimalExperienceDescription": "Eer... we are afraid your experience with __appName__ isn't going to be that great here. We are looking for ways to improve this but, until then, please try using one of the <a href='/static/recommendedBrowsers.html' target='_blank'>fully supported browsers</a>."
|
"suboptimalExperienceDescription": "Eer... we are afraid your experience with __appName__ isn't going to be that great here. We are looking for ways to improve this but, until then, please try using one of the <a href='static/recommendedBrowsers.html' target='_blank'>fully supported browsers</a>."
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"add": "Add",
|
"add": "Add",
|
||||||
|
|
Loading…
Reference in New Issue