feat(translations): bug fixes, more 7.0 support

This commit is contained in:
David Ralph
2022-06-04 11:58:01 +01:00
parent 80723cbed1
commit f413f4e31c
23 changed files with 296 additions and 71 deletions

View File

@@ -49,7 +49,7 @@ export default function Navbar() {
category="navbar"
onChange={setShowRefreshOptions}
/>
<Checkbox name="todo" text={getMessage('widgets.navbar.todo')} category="navbar" />
<Checkbox name="todo" text={getMessage('widgets.navbar.todo.title')} category="navbar" />
</SettingsItem>
{showRefreshOptions ? (
<SettingsItem