1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 10:09:38 +02:00

Fix typo in source code of "Filter lists" pane

This commit is contained in:
Raymond Hill 2022-09-15 14:57:34 -04:00
parent dea2a13bca
commit e7da3beddd
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -361,7 +361,7 @@ const updateAssetStatus = function(details) {
'title',
lastUpdateTemplateString.replace(
'{{ago}}',
i18n$.renderElapsedTimeToString(Date.now())
i18n.renderElapsedTimeToString(Date.now())
)
);
}