mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
Fixed minor German effort at English ;)
This commit is contained in:
parent
307d0acdeb
commit
c1272ed566
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ function handshake()
|
||||||
{
|
{
|
||||||
if(obj.accessStatus == "deny")
|
if(obj.accessStatus == "deny")
|
||||||
{
|
{
|
||||||
$("#editorloadingbox").html("<b>You have no permission to access this pad</b>");
|
$("#editorloadingbox").html("<b>You do not have permission to access this pad</b>");
|
||||||
}
|
}
|
||||||
else if(obj.accessStatus == "needPassword")
|
else if(obj.accessStatus == "needPassword")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue