diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index be15b92..e3ce735 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -7,6 +7,6 @@ <% end %>
- Website made by Redstone Sheep with design by ColoArtz. + Website made by jomo with design by ColoArtz.
\ No newline at end of file diff --git a/app/views/statics/donate.html.erb b/app/views/statics/donate.html.erb index 7646a58..e828ecb 100644 --- a/app/views/statics/donate.html.erb +++ b/app/views/statics/donate.html.erb @@ -22,8 +22,8 @@
-

Donate to Redstone Sheep

-

Sheep is our admin. He solves problems & keeps the server running.

+

Donate to jomo

+

jomo is our admin. He solves problems & keeps the server running.

<% if current_user %> diff --git a/db/seeds.rb b/db/seeds.rb index 8db2ce9..236540e 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -33,7 +33,7 @@ deleted_user.update_attribute(:ign, "Steve") User.create!( uuid: "9ff3d74f716940a3aa6f262ab632d2", - ign: "redstone_sheep", + ign: "jomo", email: "theredstonesheep@gmail.com", password: "123456789", # high seructity! password_confirmation: "123456789", diff --git a/public/500.html b/public/500.html index a2d3650..e5b2e9f 100644 --- a/public/500.html +++ b/public/500.html @@ -1 +1 @@ -500

500 - Sheep malfunction

Please report this error!

500 machine \ No newline at end of file +500

500 - jomo malfunction

Please report this error!

500 machine \ No newline at end of file