Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: fixed typo in lokalise key
Browse files Browse the repository at this point in the history
  • Loading branch information
VWSCoronaDashboard27 authored and VWSCoronaDashboard27 committed Aug 22, 2023
1 parent 85c1b93 commit 2f0b2f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/choropleth-legenda.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function ChoroplethLegenda({ title, thresholds, valueAnnotation, pageType
label = commonTexts.common.no_virus_particles_measured;
}
if (pageType === 'sewer' && i === 1) {
label = replaceVariablesInText(commonTexts.common.greate_than_value, {
label = replaceVariablesInText(commonTexts.common.greater_than_value, {
value_1: x.threshold,
value_2: thresholds[i + 1].threshold,
});
Expand Down
2 changes: 2 additions & 0 deletions packages/cms/src/lokalize/key-mutations.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
timestamp,action,key,document_id,move_to
2023-08-21T14:27:33.421Z,add,common.common.no_virus_particles_measured,J4TD0W3ViFgya1T3ReztMI,__
2023-08-21T14:27:34.547Z,add,common.common.greate_than_value,hLG40qywMr1wCqg8ytKijJ,__
2023-08-22T09:05:05.942Z,add,common.common.greater_than_value,VlbjYO9GDKwaUp5hRVukdB,__
2023-08-22T09:05:05.946Z,delete,common.common.greate_than_value,hLG40qywMr1wCqg8ytKijJ,__

0 comments on commit 2f0b2f9

Please sign in to comment.