Skip to content

Commit

Permalink
[frontend] Small fix on chaining UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimfacion committed Sep 16, 2024
1 parent 5bac92c commit 6047c1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openbas-front/src/utils/Localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,7 @@ const i18n = {
Condition: 'Condition',
Childrens: 'Enfants',
'Interactive view': 'Vue interactive',
'Execution successful': 'Exécution réussie',
},
zh: {
'Email address': 'email地址',
Expand Down Expand Up @@ -2611,6 +2612,7 @@ const i18n = {
Condition: '条件',
Childrens: '儿童',
'Interactive view': '交互式视图',
'Execution successful': '执行成功',
},
en: {
openbas_email: 'Email',
Expand Down

0 comments on commit 6047c1f

Please sign in to comment.