Skip to content

Commit 735259f

Browse files
author
Tim Bannister
authored
Fix ordering (#19729)
Put entries in alphabetical order. Fixup for commit 55de253.
1 parent e19f912 commit 735259f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

i18n/en.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ other = "Was this page helpful?"
5858
[feedback_yes]
5959
other = "Yes"
6060

61+
[input_placeholder_email_address]
62+
other = "email address"
63+
6164
[latest_version]
6265
other = "latest version."
6366

@@ -188,7 +191,4 @@ other = "To check the version, enter "
188191
other = "Warning:"
189192

190193
[whatsnext_heading]
191-
other = "What's next"
192-
193-
[input_placeholder_email_address]
194-
other = "email address"
194+
other = "What's next"

0 commit comments

Comments
 (0)