diff --git a/app/javascript/wardrobe-2020/WardrobePage/PosePicker.js b/app/javascript/wardrobe-2020/WardrobePage/PosePicker.js index 865fcaf2..8b5f1a46 100644 --- a/app/javascript/wardrobe-2020/WardrobePage/PosePicker.js +++ b/app/javascript/wardrobe-2020/WardrobePage/PosePicker.js @@ -777,8 +777,13 @@ function StyleExplanation() { opacity="0.7" marginTop="2" > - - Alt Styles + + Pet Styles {" "} are NC items that override the pet's appearance via the{" "} Styling Chamber - . Not all items fit Alt Style pets. The pet's color doesn't have to match. + . Not all items fit all Pet Styles. The pet's color doesn't have to match. ); } diff --git a/app/views/alt_styles/index.html.haml b/app/views/alt_styles/index.html.haml index 30601753..3b5ff29a 100644 --- a/app/views/alt_styles/index.html.haml +++ b/app/views/alt_styles/index.html.haml @@ -6,7 +6,7 @@ by opening the emotion picker and clicking the "Styles" tab. %p - If you have an Alt Style we don't, please model it by entering your pet's + If you have an Pet Style we don't, please model it by entering your pet's name on the homepage! Thank you! 💖 %p diff --git a/config/routes.rb b/config/routes.rb index 466ddd71..1191a7fe 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -35,8 +35,11 @@ OpenneoImpressItems::Application.routes.draw do end resources :alt_styles, path: 'alt-styles', only: [:index] end - resources :alt_styles, path: 'alt-styles', only: [:index, :edit, :update] resources :swf_assets, path: 'swf-assets', only: [:show] + scope "rainbow-pool" do + resources :alt_styles, path: 'alt-styles', only: [:index, :edit, :update], + path: 'styles' + end resources :pet_types, path: 'rainbow-pool', param: "name", only: [:index, :show] do resources :pet_states, only: [:show, :edit, :update], path: "appearances"