Skip to content

Commit

Permalink
fix filter download page lang. #2430 AG-24846
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 86dfba8
Merge: 2986821 dd5cf75
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Tue Sep 12 17:23:22 2023 +0300

    Merge branch 'master' into fix/AG-24846

commit 2986821
Merge: 045dafa f07c2f7
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Mon Sep 11 18:58:02 2023 +0300

    Merge branch 'master' into fix/AG-24846

commit 045dafa
Merge: fe02d56 e1111ec
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Mon Sep 11 18:19:27 2023 +0300

    Merge branch 'master' into fix/AG-24846

commit fe02d56
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Mon Sep 11 18:19:25 2023 +0300

    update changelog

commit 70ca6bc
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Mon Sep 11 18:03:18 2023 +0300

    fix filter download page lang
  • Loading branch information
slavaleleka committed Sep 12, 2023
1 parent dd5cf75 commit 40c5003
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Slow enabling of recommended filters on first group activation.
- Rule wizard bug with advanced modifier rules
[#2456](https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2456).
- Translation language detection for Filter download page
[#2430](https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2430)
- Filtering log focus on the active tab
[#2482](https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2482).
- Displaying of applied stealth mode options in filtering log request details
Expand Down
7 changes: 2 additions & 5 deletions Extension/pages/filter-download/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ru">
<html>

<head>
<title i18n="filters_download_title"></title>
Expand All @@ -12,7 +12,6 @@
</head>

<body class="filter-download">

<div style="display:flex;justify-content:center;align-items:center;width:100%;height:100%;">
<div>
<header class="filter-download__header downloading">
Expand All @@ -30,8 +29,6 @@
</div>
</div>
</div>


</body>

</html>
</html>

0 comments on commit 40c5003

Please sign in to comment.