diff --git a/src/components/AuthPrompt/AuthPrompt.tsx b/src/components/AuthPrompt/AuthPrompt.tsx index 3d03e8c8..744d06c5 100644 --- a/src/components/AuthPrompt/AuthPrompt.tsx +++ b/src/components/AuthPrompt/AuthPrompt.tsx @@ -1,7 +1,7 @@ import { FC, useState } from 'react'; import { Controller } from 'react-hook-form'; import { useTranslation } from 'react-i18next'; -import Lighthouse from '../../assets/images/lightHouse.svg' +import Lighthouse from '../../assets/images/lightHouse.svg'; import { UiMode } from '../../constants/enums'; import AuthenticationForm, { AuthFormProps } from '../../forms/AuthenticationForm'; import AnimatedHeader from '../AnimatedHeader/AnimatedHeader'; @@ -47,7 +47,10 @@ const AuthPrompt:FC = ({onSubmit, isVisible, isLoading, mode, on control={control as any} render={({ field: { ref: _ref, ...props }, fieldState }) => ( = ({onSubmit, isVisible, isLoading, mode, on render={({ field: { ref: _ref, ...props }, fieldState }) => ( = ({onSubmit, isVisible, isLoading, mode, on ) } -export default AuthPrompt; \ No newline at end of file +export default AuthPrompt; diff --git a/src/components/ValidatorGraffiti/ValidatorGraffiti.tsx b/src/components/ValidatorGraffiti/ValidatorGraffiti.tsx index 828832bb..02e7fb2d 100644 --- a/src/components/ValidatorGraffiti/ValidatorGraffiti.tsx +++ b/src/components/ValidatorGraffiti/ValidatorGraffiti.tsx @@ -77,7 +77,7 @@ const ValidatorGraffiti:FC = ({validator}) => { return ( <> - + ) diff --git a/src/locales/translations/en-US.json b/src/locales/translations/en-US.json index bcf8c2a6..3fd0d527 100644 --- a/src/locales/translations/en-US.json +++ b/src/locales/translations/en-US.json @@ -481,7 +481,15 @@ "noPasswordFound": "No Session Password found", "invalidPassword": "Invalid password. Please try again.", "unableToReach": "Unable to reach backend.", - "defaultErrorMessage": "Error reaching backend server..." + "defaultErrorMessage": "Error reaching backend server...", + "tooltip": { + "displayName": "Display name for the Siren dashboard", + "sessionPassword": "Required password set in the configuration file" + }, + "label": { + "name": "Name", + "sessionPassword": "Session Password" + } }, "errorPage": { "title": "Opps!",