diff --git a/src/components/HomeserverOptions.tsx b/src/components/HomeserverOptions.tsx
index 7074e979946ddbcee9cc6e83d7d52ddff713ac57..70078ecfb8c4593491d3a5f5a43262687c30c913 100644
--- a/src/components/HomeserverOptions.tsx
+++ b/src/components/HomeserverOptions.tsx
@@ -109,7 +109,7 @@ const HomeserverOptions: React.FC<IProps> = ({ link }: IProps) => {
                 checked={rememberSelection}
                 onChange={(e): void => setRemeberSelection(e.target.checked)}
             >
-                Remember my choice.
+                Remember my choice
             </StyledCheckbox>
             <Button
                 secondary
@@ -119,7 +119,6 @@ const HomeserverOptions: React.FC<IProps> = ({ link }: IProps) => {
             >
                 Use any homeserver
             </Button>
-
             {hsInput}
         </Tile>
     );