Web:Studio:Added placeholder "EnterName".

This commit is contained in:
Vlada Gazizova 2022-04-29 12:52:06 +03:00
parent 26b84622cf
commit 3f4a828771
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@
"EmptyBackupList": "No backups have been created yet. Create one or more backups for them to appear in this list.",
"EnableAutomaticBackup": "Enable automatic backup.",
"EnableAutomaticBackupDescription": "Use this option to back up the portal data.",
"EnterName": "Enter name",
"EveryDay": "Every day",
"EveryMonth": "Every month",
"EveryWeek": "Every week",

View File

@ -240,6 +240,7 @@ const PortalRenaming = (props) => {
onChange={onChangePortalName}
isDisabled={isLoadingPortalNameSave}
hasError={hasError}
placeholder={`${t("EnterName")}`}
/>
<div className="errorText">{errorValue}</div>
</FieldContainer>