mirror of
https://github.com/nextcloud/server.git
synced 2026-02-13 07:45:08 -05:00
l10n support for the error dialog added
This commit is contained in:
parent
8a662a6c74
commit
3af09f2acf
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ OC.Settings.Apps = OC.Settings.Apps || {
|
|||
element.val(t('settings','Updateing....'));
|
||||
$.post(OC.filePath('settings','ajax','updateapp.php'),{appid:appid},function(result) {
|
||||
if(!result || result.status!='success') {
|
||||
OC.dialogs.alert('Error while updating app','Error');
|
||||
OC.dialogs.alert(t('settings','Error while updating app'),t('settings','Error'));
|
||||
}
|
||||
else {
|
||||
element.val(t('settings','Updated'));
|
||||
|
|
|
|||
Loading…
Reference in a new issue