mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
Fix tutorials json feed and PGP Installation tutorial video
This commit is contained in:
@ -1606,8 +1606,8 @@ var AppJS = (function(){ "use strict"; return Class.extend(
|
||||
mailvelopeInstallationOffer: function ()
|
||||
{
|
||||
var buttons = [
|
||||
{"text": 'Install', id: 'install', image: 'check', "default":true},
|
||||
{"text": 'Close', id:'close', image: 'cancelled'}
|
||||
{"text": egw.lang('Install'), id: 'install', image: 'check', "default":true},
|
||||
{"text": egw.lang('Close'), id:'close', image: 'cancelled'}
|
||||
];
|
||||
var dialog = function(_content, _callback)
|
||||
{
|
||||
|
Reference in New Issue
Block a user