mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 00:14:57 +02:00
Fix missing translations for PGP Back/restore feature
This commit is contained in:
@ -1564,7 +1564,7 @@ var AppJS = (function(){ "use strict"; return Class.extend(
|
||||
}
|
||||
},
|
||||
title: egw.lang('Backup/Restore'),
|
||||
buttons:[{"button_id": 'close',"text": 'Close', id: 'dialog[close]', image: 'cancelled', "default":true}],
|
||||
buttons:[{"button_id": 'close',"text": egw.lang('Close'), id: 'dialog[close]', image: 'cancelled', "default":true}],
|
||||
value: {
|
||||
content: {
|
||||
menu:_content
|
||||
|
Reference in New Issue
Block a user