Fix tutorials json feed and PGP Installation tutorial video

This commit is contained in:
Hadi Nategh
2018-08-23 14:54:37 +02:00
parent 36a6efe837
commit 08b9138ae6
3 changed files with 5 additions and 5 deletions

View File

@ -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)
{