// Copyright 2023 @soul-wallet/extension-base authors & contributors // SPDX-License-Identifier: Apache-2.0 import { detectTranslate } from '../../../utils'; export const ExternalTranslation: string[] = [ // Case change password detectTranslate('Invalid master password') ]; export const InternalTranslation: string[] = [ ];