Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
SocialGouv
archifiltre
archifiltre-site
Commits
fd527007
Unverified
Commit
fd527007
authored
May 06, 2021
by
Benjamin Morali
Committed by
GitHub
May 06, 2021
Browse files
feat(stats): update users wording (#179)
parent
0fec48fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/components/statistics/statistic-mapchart.tsx
src/components/statistics/statistic-mapchart.tsx
+1
-1
src/display-data/statistics.ts
src/display-data/statistics.ts
+1
-1
No files found.
src/components/statistics/statistic-mapchart.tsx
View file @
fd527007
...
...
@@ -57,7 +57,7 @@ const StatisticMapChart: FC<StatisticMapChartProps> = ({ statistic }) => {
geo
.
properties
.
ISO_A2
);
setTooltipContent
(
`
${
NAME
}
:
${
countryValue
||
0
}
utilisat
eur
(s)`
`
${
NAME
}
:
${
countryValue
||
0
}
utilisat
ion
(s)`
);
}
}
onMouseLeave
=
{
()
=>
{
...
...
src/display-data/statistics.ts
View file @
fd527007
...
...
@@ -77,7 +77,7 @@ export const statisticsLayout: StatisticsGroup[] = [
title
:
"
Localisation
"
,
},
],
title
:
"
Utilisat
eur•rice•
s 👨🏿💻 👩🏼💻 👨🏽💻
"
,
title
:
"
Utilisat
ion
s 👨🏿💻 👩🏼💻 👨🏽💻
"
,
},
{
blocks
:
[
...
...
Social Groovy Bot
🤖
@SocialGroovyBot
mentioned in commit
c51b31ca
·
May 06, 2021
mentioned in commit
c51b31ca
mentioned in commit c51b31ca7650d1a65a2f73e9d1e2978f075804ff
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment