Skip to content

Commit

Permalink
[frontend] improve wording
Browse files Browse the repository at this point in the history
Signed-off-by: Marine LM <[email protected]>
  • Loading branch information
MarineLeM committed Sep 26, 2024
1 parent 6bb5bde commit 3b50b31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const ExerciseReportContent: React.FC<Props> = ({ report, exerciseId, canWrite =
{displayModule(ReportInformationType.GLOBAL_OBSERVATION)
&& <div style={{ width: '100%', marginTop: 20 }}>
<Typography variant="h4" gutterBottom>
{t('Notes')}
{t('Global observation')}
</Typography>
{canWrite
? <SimpleRichTextField
Expand Down
6 changes: 2 additions & 4 deletions openbas-front/src/utils/Localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ const i18n = {
Stop: 'Arrêter',
Name: 'Nom',
Subtitle: 'Sous-titre',
Notes: 'Notes',
'Please note that if you change the "Reply to" address, the email interaction functionality in the platform will be disabled.': 'Veuillez noter que si vous modifiez l\'adresse « Répondre à », la fonctionnalité d\'interaction par mail dans la plateforme sera désactivée.',
'If you remove the default email address, the email reception for this simulation / scenario will be disabled.': 'Si vous supprimez l\'adresse e-mail par défaut, la réception des e-mails pour cette simulation / ce scénario sera désactivée.',
'Start date': 'Date de début',
Expand Down Expand Up @@ -777,6 +776,7 @@ const i18n = {
'Player surveys': 'Enquête auprès des joueurs',
'Score details': 'Details des scores',
'Injects results': 'Résultats des stimulis',
'Global observation': 'Observation globale',
'Exercise details': 'Détails de l\'exercise',
'Simulation definition statistics': 'Statistiques de la définition de la simulation',
'Simulation definition scores': 'Scores de la définition de la simulation',
Expand Down Expand Up @@ -1144,7 +1144,6 @@ const i18n = {
RabbitMQ: 'RabbitMQ',
backlabel: 'étiquette de retour',
backuri: 'uri de retour',
'Injects Results': 'Résultats des stimulis',
'Import injects': 'Importer des stimulis',
'Browse the link': 'Parcourir le lien',
EE: 'EE',
Expand Down Expand Up @@ -1445,7 +1444,6 @@ const i18n = {
Stop: '停止',
Name: '名称',
Subtitle: '小标题',
Notes: '笔记',
'Please note that if you change the "Reply to" address, the email interaction functionality in the platform will be disabled.': '请注意,如果您更改了\'回复 \'地址,平台中的电子邮件互动功能将被禁用。',
'Start date': '开始日期',
'End date': '结束日期',
Expand Down Expand Up @@ -2123,6 +2121,7 @@ const i18n = {
'Exercise details': '锻炼详情',
'Score details': '分数详情',
'Injects results': '注入结果',
'Global observation': '全球观察',
'Simulation definition statistics': '模拟定义统计',
'Simulation definition scores': '模拟定义分数',
'Simulation data statistics': '模拟数据统计',
Expand Down Expand Up @@ -2438,7 +2437,6 @@ const i18n = {
RabbitMQ: 'RabbitMQ',
backlabel: '后台标签',
backuri: '后台URI',
'Injects Results': '注入结果',
'Import injects': '导入注入',
'Browse the link': '浏览链接',
EE: 'EE',
Expand Down

0 comments on commit 3b50b31

Please sign in to comment.