Update translations

This commit is contained in:
Håvar Aambø Fosstveit
2020-03-22 12:04:49 +01:00
parent b19e4766be
commit 6e00915bfe
19 changed files with 67 additions and 29 deletions
+2 -2
View File
@@ -27,9 +27,9 @@ export const toggleAdvancedMode = () =>
type : 'TOGGLE_ADVANCED_MODE'
});
export const toggleStickyAppBar = () =>
export const togglePermanentTopBar = () =>
({
type : 'TOGGLE_STICKY_APPBAR'
type : 'TOGGLE_PERMANENT_TOPBAR'
});
export const setLastN = (lastN) =>