Skip to content

Commit 3fdeb52

Browse files
lucas-paulger-sonarsourcesonartech
authored andcommitted
SONARCH-1417: Improve bad component data table (#3515)
GitOrigin-RevId: 765636883d47c6bbcadf07cf345f8b2c9d261b67
1 parent d3812ee commit 3fdeb52

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

libs/sq-server-commons/src/l10n/default.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2053,6 +2053,7 @@ export const defaultMessages = {
20532053
'architecture.user.promotion.message':
20542054
'You now have Design & Architecture enabled in Early Access, you can start to visualize your codebase, define and verify your architecture. <link>Take me there!</link>',
20552055
'architecture.no_graph_file.message': 'No graph file found for this project.',
2056+
'architecture.issues.no_data': 'No issues found',
20562057
'architecture.error.message': "Sorry, Currently a project of this size isn't supported.",
20572058
'architecture.nodes.orphans.label': 'Orphans ({orphansCount})',
20582059
'architecture.nodes.orphans.name': 'Orphans',
@@ -2088,11 +2089,8 @@ export const defaultMessages = {
20882089
'architecture.model.add_subcomponent': 'Subcomponent',
20892090
'architecture.model.add_subcomponent_label': 'Add subcomponent',
20902091
'architecture.misplaced_components.table.misplaced_component': 'Bad component',
2091-
'architecture.misplaced_components.table.misplaced_artifacts': 'Misplaced code artifacts',
2092-
'architecture.misplaced_components.table.misplaced_artifacts.count':
2093-
'{count, plural, one {1 artifact} other {{count} artifacts}}',
2094-
'architecture.misplaced_components.table.artifact_count':
2095-
'{count, plural, one {1 artifact} other {{count} artifacts}}',
2092+
'architecture.misplaced_components.table.depth': 'Depth',
2093+
'architecture.misplaced_components.table.weight': 'Code artifacts',
20962094
'architecture.directive.creation.success': 'Directive created successfully',
20972095
//------------------------------------------------------------------------------
20982096

0 commit comments

Comments
 (0)