diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-10-22 03:53:11 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-10-22 03:53:11 -0400 |
| commit | 4b1dc4b2294bc0db5053d7e15612b0c20412a856 (patch) | |
| tree | e04c56d28d40ac4fada79f2bf57af4dc3e0d4ad3 | |
| parent | cce24bc8c89982c011a997aab05a3ede7a35c2ef (diff) | |
fix word order
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index da1cdcef..02eed88e 100644 --- a/static/releases.html +++ b/static/releases.html @@ -470,7 +470,7 @@ <ul> <li>Settings: add back reset text change lost in the port to Android 12</li> - <li>fix inclusion of up-to-date APN per-device database for Pixels</li> + <li>fix inclusion of up-to-date per-device APN database for Pixels</li> <li>Pixel 4a: fix issue causing APN / carrier configuration to be omitted</li> <li>support using the legacy wifi/cellular quick tiles (combined internet quick tile will still be used by default)</li> <li>Dialer: improve swipe to accept/reject calls</li> |
