Fix: correct typo in fullscreen notice description in release notes

This commit is contained in:
mr. M 2024-12-22 13:14:26 +01:00
parent 6eb3f9862d
commit b3bc7fe2cf
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB

View file

@ -1921,7 +1921,7 @@ export const releaseNotes: ReleaseNote[] = [
extra: extra:
"This release includes many more bug fixes and improvements to the browser. We've also added an <a href='https://github.com/zen-browser/desktop/tree/dev/docs/issue-metrics' target='_blank'>issue metrics</a> file too see how many issues we've fixed each month!", "This release includes many more bug fixes and improvements to the browser. We've also added an <a href='https://github.com/zen-browser/desktop/tree/dev/docs/issue-metrics' target='_blank'>issue metrics</a> file too see how many issues we've fixed each month!",
fixes: [ fixes: [
"Fixed foolscreen notice having a weird animation", "Fixed fullscreen notice having a weird animation",
"Fixed workspace indicator not hiding if the config is set to hide it", "Fixed workspace indicator not hiding if the config is set to hide it",
"Improved accessibility for links on some native system pages", "Improved accessibility for links on some native system pages",
"Fixed toolbar buttons disappearing if the window is too small", "Fixed toolbar buttons disappearing if the window is too small",