Skip to content

Commit

Permalink
chore(stepper): add message bundles for responsive layout (#7918)
Browse files Browse the repository at this point in the history
**Related Issue:** #6694 

## Summary
Adds messages to support built-in translations for responsive layout.
  • Loading branch information
anveshmekala committed Oct 2, 2023
1 parent c9929f8 commit 8ba7827
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"complete": "Completed step"
"complete": "Completed step",
"previousStep": "Previous step",
"nextStep": "Next step"
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"complete": "Completed step"
"complete": "Completed step",
"previousStep": "Previous step",
"nextStep": "Next step"
}

0 comments on commit 8ba7827

Please sign in to comment.