Web: Doceditor: FilePassword: fixed text styles

This commit is contained in:
Nikita Gopienko 2024-08-02 14:13:55 +03:00
parent 35edf993ca
commit ab6f8a9e8a
3 changed files with 5 additions and 2 deletions

View File

@ -124,6 +124,10 @@ export const StyledContent = styled.div`
justify-content: start;
min-height: 100%;
}
.bold {
font-weight: 600;
}
`;
export const StyledBody = styled.div`

View File

@ -34,7 +34,6 @@ import { Button, ButtonSize } from "@docspace/shared/components/button";
import { FieldContainer } from "@docspace/shared/components/field-container";
import { PasswordInput } from "@docspace/shared/components/password-input";
import { FormWrapper } from "@docspace/shared/components/form-wrapper";
import PortalLogo from "@docspace/shared/components/portal-logo/PortalLogo";
import {
StyledPage,

View File

@ -277,7 +277,7 @@
"MyDocuments": "My documents",
"Name": "Name",
"NeedPassword": "You need a password to access the room",
"EnterPasswordDescription": "File «<1>{{fileName}}</1>» is located in the password-protected room. Please enter a password for the room",
"EnterPasswordDescription": "File <1>«{{fileName}}»</1> is located in the password-protected room. Please enter a password for the room",
"PasswordRequired": "Password required",
"NewDocument": "New document",
"NewFolder": "New folder",