diff --git a/config/locales/en.yml b/config/locales/en.yml index 949bddaa9..ecae9beb9 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -738,7 +738,7 @@ en: default: Chinwag light: Mastodon Light mastodon: Mastodon Default - testing: Testing + oldchinwag: Chinwag Old time: formats: default: "%b %d, %Y, %H:%M" diff --git a/config/themes.yml b/config/themes.yml index 434e51356..8596277f7 100644 --- a/config/themes.yml +++ b/config/themes.yml @@ -1,4 +1,4 @@ -default: styles/chinwag.scss +default: styles/chinwag_light.scss light: styles/mastodon_light.scss mastodon: styles/application.scss -testing: styles/chinwag_light.scss +oldchinwag: styles/chinwag.scss