diff --git a/frontend/locales/en.json b/frontend/locales/en.json index a07b1b7b6..eef80afe9 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -157,7 +157,7 @@ "issueTracker": "Found a bug? Fill an issue!", "sourceCode": "Read the source code", "versionInfo": "Version info", - "title": "Your username" + "title": "Running HedgeDoc on version" } }, "profile": { diff --git a/frontend/src/components/landing-layout/footer/version-info/version-info-modal.tsx b/frontend/src/components/landing-layout/footer/version-info/version-info-modal.tsx index de824c53f..392c3d0d6 100644 --- a/frontend/src/components/landing-layout/footer/version-info/version-info-modal.tsx +++ b/frontend/src/components/landing-layout/footer/version-info/version-info-modal.tsx @@ -40,27 +40,27 @@ export const VersionInfoModal: React.FC = ({ onHide, show }) = -
HedgeDoc
- - - - - - +
+ + + + + + +
)