Skip to content

Commit

Permalink
[frontend] Modify label
Browse files Browse the repository at this point in the history
  • Loading branch information
savacano28 committed Oct 1, 2024
1 parent 63f9cb8 commit 56b3815
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const ExpectationFormCreate: FunctionComponent<Props> = ({
<MuiTextField
variant="standard"
fullWidth
label={t('Score')}
label={t('Success score')}
type="number"
className={classes.marginTop_2}
error={!!errors.expectation_score}
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 @@ -749,6 +749,7 @@ const i18n = {
'Token key': 'Token',
Example: 'Exemple',
Score: 'Score',
'Success score': 'Score de réussite',
Scores: 'Scores',
'Expected score': 'Score attendu',
Message: 'Message',
Expand Down Expand Up @@ -2099,6 +2100,7 @@ const i18n = {
'Token key': '令牌密钥',
Example: '示例',
Score: '分数',
'Success score': '成功分数',
Scores: '分数',
Message: '消息',
'New control': '新控制',
Expand Down

0 comments on commit 56b3815

Please sign in to comment.