diff --git a/ts/components/EmptyMessageView.tsx b/ts/components/EmptyMessageView.tsx index bb71d02ca..64d1599d2 100644 --- a/ts/components/EmptyMessageView.tsx +++ b/ts/components/EmptyMessageView.tsx @@ -110,7 +110,9 @@ export const EmptyMessageView = () => { {!conversationCount ? ( <> - {window.i18n('conversationsNone')} + + {window.i18n('conversationsNone')} + {window.i18n('onboardingHitThePlusButton')} > diff --git a/ts/components/inputs/SessionInput.tsx b/ts/components/inputs/SessionInput.tsx index b18a6c902..adffd829f 100644 --- a/ts/components/inputs/SessionInput.tsx +++ b/ts/components/inputs/SessionInput.tsx @@ -147,6 +147,7 @@ const StyledTextAreaContainer = styled(motion.div)<{ const ErrorItem = (props: { id: string; error: string }) => { return ( ); @@ -207,6 +209,7 @@ type Props = { type?: string; value?: string; placeholder?: string; + ariaLabel?: string; maxLength?: number; enableShowHide?: boolean; onValueChanged?: (value: string) => any; @@ -232,6 +235,7 @@ export const SessionInput = (props: Props) => { placeholder, type = 'text', value, + ariaLabel, maxLength, enableShowHide, error, @@ -346,10 +350,14 @@ export const SessionInput = (props: Props) => { > {isTextArea ? ( - + ) : ( - + )} {editable && enableShowHide && ( { {window.i18n('saveRecoveryPasswordDescription')} { { /> { {window.i18n('displayNameDescription')} { /> { return ( { dispatch(setDirection('forward')); @@ -54,6 +55,7 @@ export const Start = () => { /> { dispatch(setDirection('forward'));
{window.i18n('saveRecoveryPasswordDescription')}