[Web] Fix missing string in modal dialog

This commit is contained in:
André Peters
2018-12-06 22:22:23 +01:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -418,6 +418,8 @@ $lang['add']['custom_params'] = 'Custom parameters';
$lang['add']['subscribeall'] = 'Subscribe all folders';
$lang['add']['timeout1'] = 'Timeout for connection to remote host';
$lang['add']['timeout2'] = 'Timeout for connection to local host';
$lang['edit']['timeout1'] = 'Timeout for connection to remote host';
$lang['edit']['timeout2'] = 'Timeout for connection to local host';
$lang['edit']['delete2duplicates'] = 'Delete duplicates on destination';
$lang['edit']['delete1'] = 'Delete from source when completed';