Merge pull request #316 from getmaxun/lang-fixes

fix: translation changes
This commit is contained in:
Karishma Shukla
2025-01-04 12:58:17 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ const ActionDescriptionBox = () => {
return (
<CustomBoxContainer>
<Logo src={MaxunLogo} alt={t('common.maxun_logo')} />
<Logo src={MaxunLogo} alt='maxun_logo' />
<Triangle />
<Content>
{renderActionDescription()}

View File

@@ -101,7 +101,7 @@ export const SaveRecording = ({ fileName }: SaveRecordingProps) => {
</Button>
<WarningText>
<NotificationImportantIcon color="warning" />
{t('save_recording.warnings.robot_exists')}
{t('save_recording.errors.exists_warning')}
</WarningText>
</React.Fragment>)
: <Button type="submit" variant="contained" sx={{ marginTop: '10px' }}>