summaryrefslogtreecommitdiff
path: root/app/views/instance_statistics/conversational_development_index/_card.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/instance_statistics/conversational_development_index/_card.html.haml')
-rw-r--r--app/views/instance_statistics/conversational_development_index/_card.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/instance_statistics/conversational_development_index/_card.html.haml b/app/views/instance_statistics/conversational_development_index/_card.html.haml
index 57eda06630b..76af55dcf7a 100644
--- a/app/views/instance_statistics/conversational_development_index/_card.html.haml
+++ b/app/views/instance_statistics/conversational_development_index/_card.html.haml
@@ -9,11 +9,11 @@
.board-card-score
.board-card-score-value
= format_score(card.instance_score)
- .board-card-score-name You
+ .board-card-score-name= _('You')
.board-card-score
.board-card-score-value
= format_score(card.leader_score)
- .board-card-score-name Lead
+ .board-card-score-name= _('Lead')
.board-card-score-big
= number_to_percentage(card.percentage_score, precision: 1)
.board-card-buttons