Skip to content

Commit

Permalink
update strings descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
anakaren-rojas committed Dec 4, 2024
1 parent 2c9983c commit 3a72287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/perseus/src/strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,17 +399,17 @@ export const strings: {
},
srUpdatedTerminalSideAtCoordinates: {
context:
"Updated screenreader-accessible description of the terminal side of an angle",
"Screen-reader accessible description of an update to the terminal side of an angle",
message: "Point 1, terminal side, moved to %(x)s comma %(y)s",
},
srUpdatedVertexAtCoordinates: {
context:
"Updated screenreader-accessible description of a vertex on a graph",
"Screen-reader accessible description of an update to the vertex on a graph",
message: "Point 2, vertex, moved to %(x)s comma %(y)s",
},
srUpdatedVertexWithAngleAtCoordinates: {
context:
"Updated screenreader-accessible description of a vertex on a graph with an angle",
"Screen-reader accessible description of an update to the vertex on a graph with an angle",
message:
"Point 2, vertex, moved to %(x)s comma %(y)s. Angle %(angle)s degrees",
},
Expand Down

0 comments on commit 3a72287

Please sign in to comment.