Skip to content

Commit

Permalink
Change command label
Browse files Browse the repository at this point in the history
  • Loading branch information
johanah29 committed Nov 4, 2024
1 parent a1b37fb commit 877dfa3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const AtomicTestingDetail: FunctionComponent<Props> = () => {
<Typography variant="h4">{t('Command Lines')}</Typography>
<Paper variant="outlined" classes={{ root: classes.paper }}>
<Typography variant="subtitle1" className={classes.header} gutterBottom>
{t('Content')}
{t('Attack command')}
</Typography>
{(injectResultDto.inject_commands_lines?.content?.length ?? 0) > 0 ? (
<pre>
Expand Down
2 changes: 1 addition & 1 deletion openbas-front/src/admin/components/payloads/Payloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ const Payloads = () => {
gutterBottom
style={{ marginTop: 20 }}
>
{t('Command')}
{t('Attack command')}
</Typography>
<pre>
<ItemCopy content={
Expand Down
2 changes: 2 additions & 0 deletions openbas-front/src/utils/Localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,7 @@ const i18n = {
'Targets response': 'Réponse des cibles',
'Update the atomic testing': 'Mettre à jour le test atomique',
'Create a new atomic test': 'Créer un nouveau test atomique',
'Attack command': 'Commande de l\'attaque',
'Mitre Filter': 'Filtre Mitre',
'techniques': 'Techniques',
'Unknown Data': 'Données inconnues',
Expand Down Expand Up @@ -2365,6 +2366,7 @@ const i18n = {
'Targets response': '目标响应',
'Update the atomic testing': '更新自动测试',
'Create a new atomic test': '创建新自动测试',
'Attack command': '攻击命令',
'Mitre Filter': 'Mitre过滤器',
'techniques': '技术',
'Unknown Data': '未知数据',
Expand Down

0 comments on commit 877dfa3

Please sign in to comment.