diff --git a/src/component/menuContent/supportSetting/index.js b/src/component/menuContent/supportSetting/index.js
index 3e5c728b..f0e6104b 100644
--- a/src/component/menuContent/supportSetting/index.js
+++ b/src/component/menuContent/supportSetting/index.js
@@ -48,9 +48,10 @@ supportSetting.link = {
browser: 'Browser-support',
cookies: 'Cookies-and-cache',
data: 'Data-backup-and-restore',
- backgroundImage: 'Local-background-image',
privacy: 'Respecting-your-privacy',
recovering: 'Recovering-settings-and-bookmarks',
+ backgroundImageVideo: 'Setting-a-background-video-or-image',
+ localBackgroundImage: 'Local-background-image',
firefox: 'Setting-nightTab-as-your-Firefox-homepage'
}
};
diff --git a/src/component/menuContent/themeSetting/index.js b/src/component/menuContent/themeSetting/index.js
index 87a24ae7..a80a88e2 100644
--- a/src/component/menuContent/themeSetting/index.js
+++ b/src/component/menuContent/themeSetting/index.js
@@ -1315,7 +1315,7 @@ themeSetting.background = (parent) => {
})
},
image: {
- alert: new Alert({ iconName: 'info', message: ['Uploading Background images is no longer supported.', `Why has this changed?`] }),
+ alert: new Alert({ iconName: 'info', message: ['Uploading Background images is no longer supported.', `Why has this changed?`] }),
url: new Control_textarea({
object: state.get.current(),
path: 'theme.background.image.url',