Skip to content

Commit

Permalink
Correct some nomenclature with engine and DMAPI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Dec 25, 2023
1 parent e8a74a2 commit 8fa598c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/translations/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"view.utils.deployment_viewer.test_merges_hint.show": "Show Test Merges",
"view.utils.deployment_viewer.test_merges_hint.hide": "Hide Test Merges",
"view.utils.deployment_viewer.table.id": "Id",
"view.utils.deployment_viewer.table.byond": "BYOND Version",
"view.utils.deployment_viewer.table.byond": "Engine Version",
"view.utils.deployment_viewer.table.started_at": "Started At",
"view.utils.deployment_viewer.table.completed_at": "Completed At",
"view.utils.deployment_viewer.table.started_by": "Started By",
Expand All @@ -217,7 +217,7 @@
"view.utils.deployment_viewer.table.revision": "SHA",
"view.utils.deployment_viewer.table.origin": "Origin SHA",
"view.utils.deployment_viewer.table.security": "Minimum Security",
"view.utils.deployment_viewer.table.dmapi": "DMAPI Version",
"view.utils.deployment_viewer.table.dmapi": "DMAPI Interop Version",
"view.instance.no_metadata": "You do not have the permission to read all settings, only editable fields will be shown. Said fields will only contain default values.",
"view.instance.no_compile_jobs": "You do not have the permission to view deployment information!",
"view.instanceedit.title": "Editing Instance {instancename} ({instanceid})",
Expand Down

0 comments on commit 8fa598c

Please sign in to comment.