about summary refs log tree commit diff
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorLynx Kotoura <admin@sanin.link>2017-09-21 02:41:35 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-09-20 19:41:35 +0200
commit8fcfcddc8fc3d36a5b1daa1f74e69512fc66d565 (patch)
treec9fd4f65ccf3634803f0a24006b286c16f8ff82e /config/locales/en.yml
parentd68df88d4e3da89cdc572d802ac69589dac76be4 (diff)
Fix theme translations alphabetically (#5031)
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 0f3812aff..13280303c 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -461,8 +461,6 @@ en:
     settings: Settings
     two_factor_authentication: Two-factor Authentication
     your_apps: Your applications
-  themes:
-    default: Mastodon
   statuses:
     open_in_web: Open in web
     over_character_limit: character limit of %{max} exceeded
@@ -554,6 +552,8 @@ en:
 
       <p>Originally adapted from the <a href="https://github.com/discourse/discourse">Discourse privacy policy</a>.</p>
     title: "%{instance} Terms of Service and Privacy Policy"
+  themes:
+    default: Mastodon
   time:
     formats:
       default: "%b %d, %Y, %H:%M"