File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 197
197
self . fileMultiSelectMenu . toggleLoading ( 'restore' , false )
198
198
} ,
199
199
function ( ) {
200
- OC . Notification . show ( t ( 'files_trashbin' , 'Error while restoring files from trashbin ' ) )
200
+ OC . Notification . show ( t ( 'files_trashbin' , 'Error while restoring files from trash bin ' ) )
201
201
}
202
202
)
203
203
} ,
220
220
self . setFiles ( [ ] )
221
221
} ,
222
222
function ( ) {
223
- OC . Notification . show ( t ( 'files_trashbin' , 'Error while emptying trashbin ' ) )
223
+ OC . Notification . show ( t ( 'files_trashbin' , 'Error while emptying trash bin ' ) )
224
224
}
225
225
)
226
226
} else {
238
238
self . fileMultiSelectMenu . toggleLoading ( 'delete' , false )
239
239
} ,
240
240
function ( ) {
241
- OC . Notification . show ( t ( 'files_trashbin' , 'Error while removing files from trashbin ' ) )
241
+ OC . Notification . show ( t ( 'files_trashbin' , 'Error while removing files from trash bin ' ) )
242
242
}
243
243
)
244
244
}
You can’t perform that action at this time.
0 commit comments