aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts
index 60eb3053b..7c0807a37 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -177,7 +177,7 @@ export const DEFAULT_WINDOW_OPTIONS = {
177export const GITHUB_FRANZ_URL = 'https://github.com/meetfranz'; 177export const GITHUB_FRANZ_URL = 'https://github.com/meetfranz';
178export const GITHUB_FERDIUM_URL = 'https://github.com/ferdium'; 178export const GITHUB_FERDIUM_URL = 'https://github.com/ferdium';
179export const FERDIUM_SERVICE_REQUEST = `${GITHUB_FERDIUM_URL}/ferdium-recipes/issues`; 179export const FERDIUM_SERVICE_REQUEST = `${GITHUB_FERDIUM_URL}/ferdium-recipes/issues`;
180export const FRANZ_TRANSLATION = 'https://crowdin.com/project/ferdium'; 180export const FERDIUM_TRANSLATION = 'https://crowdin.com/project/ferdium-app';
181export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub'; 181export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub';
182 182
183export const FILE_SYSTEM_SETTINGS_TYPES = ['app', 'proxy']; 183export const FILE_SYSTEM_SETTINGS_TYPES = ['app', 'proxy'];