From 1fcfccd9fb8d52a599aea1145deff7c3aaecaa97 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 17 May 2021 17:08:05 +0530 Subject: Changed occurrences of 'Franz' to 'Ferdi' (probably missed earlier while catchup from Franz source). [skip ci] --- src/api/utils/auth.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/api/utils') diff --git a/src/api/utils/auth.js b/src/api/utils/auth.js index 6dbdeaa7f..4dbfcd6d4 100644 --- a/src/api/utils/auth.js +++ b/src/api/utils/auth.js @@ -8,11 +8,11 @@ export const prepareAuthRequest = (options = { method: 'GET' }, auth = true) => mode: 'cors', headers: Object.assign({ 'Content-Type': 'application/json', - 'X-Franz-Source': 'desktop', - 'X-Franz-Version': app.getVersion(), - 'X-Franz-platform': process.platform, - 'X-Franz-Timezone-Offset': new Date().getTimezoneOffset(), - 'X-Franz-System-Locale': app.getLocale(), + 'X-Ferdi-Source': 'desktop', + 'X-Ferdi-Version': app.getVersion(), + 'X-Ferdi-platform': process.platform, + 'X-Ferdi-Timezone-Offset': new Date().getTimezoneOffset(), + 'X-Ferdi-System-Locale': app.getLocale(), }, options.headers), }); -- cgit v1.2.3-54-g00ecf