PortalSettings: Integration: Changed reset button caption

This commit is contained in:
Alexey Safronov 2024-08-12 17:03:54 +04:00
parent 2450c14bd1
commit 4cf16f5b2b
2 changed files with 2 additions and 2 deletions

View File

@ -273,7 +273,7 @@ const DocumentService = ({
onSaveClick={onSubmit}
onCancelClick={onReset}
saveButtonLabel={t("Common:SaveButton")}
cancelButtonLabel={t("Common:Restore")}
cancelButtonLabel={t("Settings:DefaultSettings")}
reminderText={t("Settings:YouHaveUnsavedChanges")}
saveButtonDisabled={saveButtonDisabled}
disableRestoreToDefault={

View File

@ -58,7 +58,7 @@ const SubmitResetButtons = (props) => {
onCancelClick={isSsoEnabled ? openResetModal : resetForm}
showReminder={true}
saveButtonLabel={t("Common:SaveButton")}
cancelButtonLabel={t("Common:Restore")}
cancelButtonLabel={t("Settings:DefaultSettings")}
displaySettings={true}
hasScroll={true}
isSaving={isSubmitLoading}