Skip to content

Commit 3ef9311

Browse files
committed
refactor: remove the "Find out more" link localization
1 parent 4a92762 commit 3ef9311

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

vis/js/i18n/localization.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ export interface Localization {
103103
citations: string;
104104
social: string;
105105
references: string;
106-
scale_by_infolink_label: string;
107106
metrics_label: string;
108107
researcher_details_label: string;
109108
scale_by_explanation: string;
@@ -398,7 +397,6 @@ export const localization: {
398397
citations: "citations",
399398
social: "social media mentions",
400399
references: "references outside academia",
401-
scale_by_infolink_label: "Find out more",
402400
metrics_label: "Metrics",
403401
researcher_details_label: "Researcher details",
404402
scale_by_explanation:
@@ -456,7 +454,6 @@ export const localization: {
456454
citations: "citations",
457455
social: "social media mentions",
458456
references: "references outside academia",
459-
scale_by_infolink_label: "Find out more",
460457
metrics_label: "Metrics",
461458
researcher_details_label: "Researcher details",
462459
scale_by_explanation:
@@ -500,10 +497,8 @@ export const localization: {
500497
publication: "papers",
501498
dataset: "datasets",
502499
items: "items",
503-
scale_by_infolink_label: "notes on use of metrics",
504500
// citations_count_label: "citations",
505501
social_media_count_label: " social media mentions",
506502
references_count_label: "references outside academia",
507-
// scale_by_infolink_label: 'Find out more'
508503
},
509504
};

0 commit comments

Comments
 (0)