Skip to content

Commit 6bb64d0

Browse files
nishasybenchristel
andauthored
Apply suggestions from code review
Co-authored-by: Ben Christel <[email protected]>
1 parent 2da5956 commit 6bb64d0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/perseus/src/strings.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -762,12 +762,12 @@ export const strings = {
762762
},
763763
srLinearGraphSlopeHorizontal: {
764764
context:
765-
"Screen reader description for the horizontal slope of the Line in the interactive graph widget.",
765+
"Screen reader description for the slope of a horizontal Line in the interactive graph widget.",
766766
message: "Its slope is zero.",
767767
},
768768
srLinearGraphSlopeVertical: {
769769
context:
770-
"Screen reader description for the vertical slope of the Line in the interactive graph widget.",
770+
"Screen reader description for the slope of a vertical Line in the interactive graph widget.",
771771
message: "Its slope is undefined.",
772772
},
773773
srLinearGraphXOnlyIntercept: {
@@ -926,12 +926,12 @@ export const strings = {
926926
},
927927
srRayEndpoint: {
928928
context:
929-
"Aria label for the defining point of the Ray in the interactive graph widget that sits on the tail of the Ray.",
929+
"Aria label for the initial point of a Ray (the point at which the ray starts) in the interactive graph widget.",
930930
message: "Endpoint at %(x)s comma %(y)s.",
931931
},
932932
srRayTerminalPoint: {
933933
context:
934-
"Aria label for the defining point the Ray goes through in the interactive graph widget that determines the direction of the Ray.",
934+
"Aria label for the point that determines the direction of the Ray in the interactive graph widget. The ray passes through this point.",
935935
message: "Through point at %(x)s comma %(y)s.",
936936
},
937937
srQuadraticGraph: {
@@ -1076,17 +1076,17 @@ export const strings = {
10761076
},
10771077
srSinusoidMaxPoint: {
10781078
context:
1079-
"Aria label for the Point defining max/min of the Sinusoid function in the interactive graph widget when it's above 0.",
1079+
"Aria label for the Point defining the maximum of the Sinusoid function in the interactive graph widget.",
10801080
message: "Maximum point at %(x)s comma %(y)s.",
10811081
},
10821082
srSinusoidMinPoint: {
10831083
context:
1084-
"Aria label for the Point defining the max/min of the Sinusoid function in the interactive graph widget when it's below 0.",
1084+
"Aria label for the Point defining the minimum of the Sinusoid function in the interactive graph widget.",
10851085
message: "Minimum point at %(x)s comma %(y)s.",
10861086
},
10871087
srSinusoidFlatPoint: {
10881088
context:
1089-
"Aria label for the Point defining the max/min of the Sinusoid function in the interactive graph widget when it's at 0.",
1089+
"Aria label for the Point defining the amplitude of the Sinusoid function in the interactive graph widget when the amplitude is 0.",
10901090
message: "Line through point at %(x)s comma %(y)s.",
10911091
},
10921092
srSinusoidDescription: {

0 commit comments

Comments
 (0)