Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
OtavioStasiak committed Nov 22, 2024
1 parent 2483bf9 commit ed83e9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/E2EEnterYourPasswordView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { useTheme } from '../theme';
import sharedStyles from './Styles';
import { showToast } from '../lib/methods/helpers/showToast';
import { showErrorAlert, useDebounce } from '../lib/methods/helpers';
import i18n from '../i18n';

const styles = StyleSheet.create({
info: {
Expand Down Expand Up @@ -68,7 +67,7 @@ const E2EEnterYourPasswordView = (): React.ReactElement => {
useLayoutEffect(() => {
navigation.setOptions({
headerLeft: () => (
<HeaderButton.CloseModal accessibilityLabel={i18n.t('Close')} testID='e2e-enter-your-password-view-close' />
<HeaderButton.CloseModal accessibilityLabel={I18n.t('Close')} testID='e2e-enter-your-password-view-close' />
),
title: I18n.t('Enter_E2EE_Password')
});
Expand Down

0 comments on commit ed83e9a

Please sign in to comment.