Skip to content

Commit

Permalink
fix(report form): change fraction to percentage
Browse files Browse the repository at this point in the history
  • Loading branch information
nritsche committed Dec 4, 2020
1 parent fc2adfb commit d4b5cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/payloads.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ module.exports = {
type: 'input',
label: {
type: 'plain_text',
text: 'Fraction of good frequencies',
text: 'Percentage of good frequencies',
},
element: {
action_id: 'calibration',
Expand All @@ -348,7 +348,7 @@ module.exports = {
hint: {
type: 'plain_text',
text: 'See <https://grafana.chimenet.ca/d/EjvkNI2mz/' +
'calibration-broker> for the fraction of good frequencies ' +
'calibration-broker> for the percentage of good frequencies ' +
'for the last calibration transit.',
},
},
Expand Down

0 comments on commit d4b5cb5

Please sign in to comment.