diff --git a/src/libs/actions/Session/index.js b/src/libs/actions/Session/index.js index 571c0b7ad0c4..2cb76342f43a 100644 --- a/src/libs/actions/Session/index.js +++ b/src/libs/actions/Session/index.js @@ -10,7 +10,6 @@ import Log from '../../Log'; import PushNotification from '../../Notification/PushNotification'; import Timing from '../Timing'; import CONST from '../../../CONST'; -import * as Localize from '../../Localize'; import Timers from '../../Timers'; import * as Pusher from '../../Pusher/pusher'; import * as Authentication from '../../Authentication'; @@ -632,7 +631,7 @@ function unlinkLogin(accountID, validateCode) { key: ONYXKEYS.ACCOUNT, value: { isLoading: false, - message: Localize.translateLocal('unlinkLoginForm.succesfullyUnlinkedLogin'), + message: 'unlinkLoginForm.succesfullyUnlinkedLogin', }, }, {