mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-24 12:13:16 +00:00
Fixed bug with default translation object
This commit is contained in:
@@ -277,7 +277,7 @@ function createLocal(title, caption, username, options)
|
||||
Allow: 'Allow',
|
||||
Deny: 'Deny',
|
||||
Auto: 'Auto accept all connections for next 5 minutes',
|
||||
Caption: 'User "' + username + '" is requesting remote desktop control of this computer. Click allow to grant access'
|
||||
Caption: caption
|
||||
};
|
||||
}
|
||||
if (!options.font) { options.font = 'Arial'; }
|
||||
|
||||
Reference in New Issue
Block a user