1
0
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:
Bryan Roe
2021-12-11 14:37:24 -08:00
parent 8c9fb63d33
commit 235fcbd3ba
2 changed files with 2 additions and 2 deletions

View File

@@ -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'; }