From 735259f7326e30191cf5826efafe2473b07b771c Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Thu, 19 Mar 2020 20:32:36 +0000 Subject: [PATCH] Fix ordering (#19729) Put entries in alphabetical order. Fixup for commit 55de25393429a94c92b98a883cbd30b0062c8eeb. --- i18n/en.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i18n/en.toml b/i18n/en.toml index 48c0c5f469..c3a5ab69ae 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -58,6 +58,9 @@ other = "Was this page helpful?" [feedback_yes] other = "Yes" +[input_placeholder_email_address] +other = "email address" + [latest_version] other = "latest version." @@ -188,7 +191,4 @@ other = "To check the version, enter " other = "Warning:" [whatsnext_heading] -other = "What's next" - -[input_placeholder_email_address] -other = "email address" \ No newline at end of file +other = "What's next" \ No newline at end of file